Skip to content

Commit

Permalink
Update pip instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyue Ping Ong committed Oct 6, 2023
1 parent f152c05 commit 277a1b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ conda activate NANOx81
6. Install the necessary Python libraries.
```bash
conda install --yes numpy scipy matplotlib pandas jupyter seaborn scikit-learn
conda install --channel conda-forge --yes pymatgen
pip install pymatgen --upgrade
```
7. An alternative to steps 4-6 is to download the [nanox81_env.yml](https://raw.githubusercontent.com/materialsvirtuallab/NANO281/master/nanox81_env.yml)
file from the Github repo and create the environment directly.
Expand Down

0 comments on commit 277a1b2

Please sign in to comment.