Skip to content

Commit 6eeadc2

Browse files
authored
Update README installation
RMS can be install normally now
1 parent b9fc0a0 commit 6eeadc2

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

README.md

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,7 @@ Easy to add new features.
1818

1919
## Installation
2020

21-
RMS currently has dependencies that are only available in python 2. So currently in order to use RMS it is necessary for your PyCall to reference a python 2 installation.
22-
23-
This can be done with PyCall uninstalled:
24-
```
25-
using Pkg
26-
ENV["PYTHON"] = "absolute path to python 2 executable ex: ~/anaconda2/envs/conda_jl/bin/python"
27-
ENV["CONDA_JL_HOME"] = "absolute path to the python install ex: ~/anaconda2/envs/conda_jl"
28-
Pkg.add("PyCall")
29-
Pkg.build("PyCall")
30-
```
31-
32-
Once this is done RMS can be installed with:
21+
RMS can be installed with:
3322
```
3423
using Pkg
3524
Pkg.add("ReactionMechanismSimulator")

0 commit comments

Comments
 (0)