Skip to content

Commit

Permalink
Update the installation instruction of Python packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony-Y committed Apr 10, 2020
1 parent e028652 commit 29d6341
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions OQMD/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,10 @@ Next, create the environment `qmpy` as follows:

```
conda create --name qmpy
conda install -n qmpy -c matsci pymatgen scikit-learn python=2.7
conda install -n qmpy scikit-learn matplotlib python=2.7
source activate qmpy
pip install qmpy==1.2.0
pip install pymatgen==2018.12.12 monty==1.0.3
pip install qmpy==1.2.0 ase==3.17
pip install pydash tqdm joblib
```

Expand Down

0 comments on commit 29d6341

Please sign in to comment.