Skip to content

Commit

Permalink
update install from source instructions in README
Browse files Browse the repository at this point in the history
  • Loading branch information
whitews committed Apr 17, 2024
1 parent 002c8cc commit c5e79dc
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,14 +108,13 @@ pip install flowkit

### From source

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.
Clone the repository and ensure `pip` is up-to-date.

```
git clone https://github.com/whitews/flowkit
cd flowkit
pip install --upgrade pip
pip install -r requirements.txt
python setup.py install
pip install .
```

## Documentation
Expand Down

0 comments on commit c5e79dc

Please sign in to comment.