Skip to content

Commit 42ef839

Browse files
author
Daniel Schwalbe-Koda
authored
resolves issue #3 and clarifies #2 again
1 parent 8b03d73 commit 42ef839

File tree

1 file changed

+18
-2
lines changed

1 file changed

+18
-2
lines changed

README.md

Lines changed: 18 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This software requires the following packages:
1616

1717
```bash
1818
conda upgrade conda
19-
conda create -n VOID python=3.7 numpy networkx pymatgen>=2020.3.2 scikit-learn -c conda-forge
19+
conda create -n VOID python=3.7 numpy networkx pymatgen scikit-learn -c conda-forge
2020
```
2121

2222
You need to activate the `VOID` environment to install the `VOID` package:
@@ -41,7 +41,23 @@ The compilation steps described in the link above have been reproduced using the
4141
- python 3.6.8 on a conda 4.7.12 environment
4242
- cython 0.29.5
4343

44-
Please note that there may be differences between the Zeo++ code in the subversion repository and the stable version available for download in [this link](http://www.maciejharanczyk.info/Zeopp/). The code compiles normally when downloading Zeo++ with `svn checkout https://code.lbl.gov/svn/zeo/trunk --username anonsvn`, as described in the `pymatgen` documentation. If you have problems compiling this library, please try contacting the Zeo++ developers.
44+
Please note that there may be differences between the Zeo++ code in the subversion repository and the stable version available for download in [this link](http://www.maciejharanczyk.info/Zeopp/). The code compiles normally when downloading Zeo++ with `svn checkout https://code.lbl.gov/svn/zeo/trunk --username anonsvn`, as described in the `pymatgen` documentation.
45+
46+
Additionally, Zeo++ code expects the following tree structure:
47+
48+
```
49+
.
50+
├── Voro++
51+
│ └── voro
52+
│ └── trunk
53+
└── Zeo++
54+
└── zeo
55+
└── trunk
56+
```
57+
58+
When checking out the original conde using subversion, you can either move the folders to have that tree structure, or edit `Zeo++/zeo/trunk/Makefile` to include the correct paths in `VOROINCLDIR` and `VOROLINKDIR`.
59+
60+
If you have problems compiling this library, please try contacting the Zeo++ developers.
4561

4662
## Usage
4763

0 commit comments

Comments
 (0)