Skip to content

Commit

Permalink
README_update
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 22, 2018
1 parent f5cf8f3 commit 761aac4
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,11 @@ Installing JARVIS
bash Miniconda3-latest-Linux-x86_64.sh (for linux)
bash Miniconda3-latest-MacOSX-x86_64.sh (for Mac)
Download 32/64 bit python 3.6 miniconda exe and install (for windows)

- Now, let's make a conda environment just for JARVIS::

conda create --name my_jarvis python=3.6

- The 'my_jarvis' environment can be activated using the command::

source activate my_jarvis
Expand All @@ -28,13 +30,15 @@ Installing JARVIS
- git clone install, get jarvis repo using the command::

git clone https://github.com/usnistgov/jarvis.git

- Install dependencies::

pip install numpy
pip install scipy
pip install scikit-learn
pip install pymatgen
pip install monty

- Go to the jarvis directory and type::

python setup.py install
Expand All @@ -61,12 +65,14 @@ How to cite JARVIS
- JARVIS-FF:

https://www.nature.com/articles/sdata2016125
http://iopscience.iop.org/article/10.1088/1361-648X/aadaff/meta
http://iopscience.iop.org/article/10.1088/1361-648X/aadaff/meta

- JARVIS-DFT:

https://www.nature.com/articles/s41598-017-05402-0
https://www.nature.com/articles/sdata201882
https://journals.aps.org/prb/abstract/10.1103/PhysRevB.98.014107

- JARVIS-ML:

https://journals.aps.org/prmaterials/abstract/10.1103/PhysRevMaterials.2.083801
Expand Down

0 comments on commit 761aac4

Please sign in to comment.