We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1a780e commit ac02661Copy full SHA for ac02661
README.md
@@ -4,10 +4,12 @@
4
# Installation
5
6
- Enviroment:
7
- - Python 3.8
8
- - R 3.5
+ - Python 3.7+
+ - conda
9
10
-Assume you have figured out the above environment, the most convenient way for installation is via the pip command.
+Assume you have figured out the above environment, the most convenient way for installation is via the following commands.
11
```sheel
12
+conda install r-base
13
+conda install r-bigsplines
14
pip install git+https://github.com/ZebinYang/simtree.git
15
```
0 commit comments