You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-12Lines changed: 1 addition & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,18 +18,7 @@ Easy to add new features.
18
18
19
19
## Installation
20
20
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"
0 commit comments