Skip to content

Commit df2e711

Browse files
committed
correction of dep version in README & better instructions for installing from source
1 parent ee927d5 commit df2e711

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,13 +85,13 @@ Required Python dependencies:
8585
* [flowio](https://github.com/whitews/flowio) == 1.0.1
8686
* [flowutils](https://github.com/whitews/flowutils) == 1.0.0
8787
* anytree >= 2.6
88-
* bokeh >= 1.4, <3
88+
* bokeh >= 2, <3.0
8989
* lxml >= 4.4
9090
* matplotlib >= 3.1
9191
* networkx >= 2.3
9292
* numpy >= 1.20
9393
* pandas >= 1.1
94-
* psutils ~= 5.8
94+
* psutils >= 5.8
9595
* scipy >= 1.3
9696
* seaborn >= 0.11
9797
* statsmodels
@@ -108,10 +108,13 @@ pip install flowkit
108108

109109
### From source
110110

111+
Clone the repository and ensure `pip` is up-to-date. It is recommended to use `pip` to install requirements as relying on `setuptools` may result in incompatible dependency versions.
112+
111113
```
112114
git clone https://github.com/whitews/flowkit
113115
cd flowkit
114-
116+
pip install --upgrade pip
117+
pip install -r requirements.txt
115118
python setup.py install
116119
```
117120

0 commit comments

Comments
 (0)