Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
thopri
PyNEMO
Commits
4eb98b6f
Unverified
Commit
4eb98b6f
authored
5 years ago
by
thopri
Committed by
GitHub
5 years ago
Browse files
Options
Download
Email Patches
Plain Diff
Updated order of recipe
parent
d28c9815
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
5 deletions
+6
-5
README.rst
README.rst
+6
-5
No files found.
README.rst
View file @
4eb98b6f
...
@@ -12,6 +12,11 @@ How do I get set up?
...
@@ -12,6 +12,11 @@ How do I get set up?
Steps to take to install PyNEMO, creating a specific conda virtual environment is highly recommended.
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/>`_
`click here for more about virtual enviroments <https://docs.conda.io/projects/conda/en/latest/user-guide/tasks/manage-environments.html/>`_
- Install Git (outside scope of this readme)
- Clone PyNEMO repository::
$ git clone https://github.com/NOC-MSM/PyNEMO.git
- Install Conda, either Anaconda or Miniconda (outside scope of this readme)
- Install Conda, either Anaconda or Miniconda (outside scope of this readme)
- Create conda environment for PyNEMO::
- Create conda environment for PyNEMO::
...
@@ -26,10 +31,6 @@ Steps to take to install PyNEMO, creating a specific conda virtual environment i
...
@@ -26,10 +31,6 @@ Steps to take to install PyNEMO, creating a specific conda virtual environment i
$ export LD_LIBRARY_PATH=/path/to/java/library/folder/containing/libjvm.dylib:$LD_LIBARY_PATH # see notes below
$ export LD_LIBRARY_PATH=/path/to/java/library/folder/containing/libjvm.dylib:$LD_LIBARY_PATH # see notes below
- Install Git (outside scope of this readme)::
$ git clone https://github.com/NOC-MSM/PyNEMO.git
- Install PyNEMO::
- Install PyNEMO::
$ cd /location/of/pynemo/repo
$ cd /location/of/pynemo/repo
...
@@ -58,7 +59,7 @@ To use PyNEMO, the following command is entered: (the example will run an benchm
...
@@ -58,7 +59,7 @@ To use PyNEMO, the following command is entered: (the example will run an benchm
**Additional NOTES**
**Additional NOTES**
f
or
M
acO
s
and Java SDK 13 and JRE 8 the following path should be correct::
F
or
m
acO
S Mojave
and Java SDK 13 and JRE 8 the following path
for the libjvm library
should be correct::
/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/lib/server
/Library/Java/JavaVirtualMachines/jdk-13.0.1.jdk/Contents/Home/lib/server
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment