Skip to content

Commit 0180403

Browse files
authored
update install instructions
1 parent fd02ab2 commit 0180403

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,17 @@ on random manifolds learned from finite noisy data. Each algorithm assume that t
88
manifold model implement a specific set of interfaces.
99

1010
## Installation
11-
As simple as
12-
```
11+
12+
For the latest release
13+
```bash
1314
pip install stochman
1415
```
16+
For master version with most recent changes we recommend:
17+
```bash
18+
git clone https://github.com/MachineLearningLifeScience/stochman
19+
cd stochman
20+
python setup.py install
21+
```
1522

1623
## API overview
1724

0 commit comments

Comments
 (0)