@@ -6,6 +6,48 @@ To be udated soon. This work springboards from the [PyNEMO](http://pynemo.readth
## How do I get set up? ##
Steps to take to install PyNEMO, creating a specific conda virtual environment is highly recommended. [click here for more about virtual enviroments] (https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html)
- Install Conda, either Anaconda or Miniconda (outside of this readme)
- Create conda environment for PyNEMO
- $ cd to/PyNEMO/directory
- $ conda env create -f environment_pynemo.yml
- Activate the new virtual environment
- $ source activate pynemo_env
- Install Jave JRE (outside this readme) and link libjvm.dylib to LD_LIBRARY_PATH variable
The conda environment creation command has not yet been tested. The yml document (can be opened using text editor) gives a list of all the modules and their versions that are required for PyNEMO so a environment can be constructed using this document as reference (or if you use pip!)