Skip to content

Commit

Permalink
mergeMerge branch 'development' of https://github.com/UrbsLab/scikit-…
Browse files Browse the repository at this point in the history
…eLCS into development
  • Loading branch information
robertfrankzhang committed Apr 26, 2020
2 parents 1c27d46 + cb12b6e commit 0137cc5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,11 @@ scikit-eLCS is built on top of the following Python packages:

Once the prerequisites are installed, you can install scikit-eLCS with a pip command:
```
pip install scikit-elcs
pip/pip3 install scikit-elcs
```
We strongly recommend you use Python 3. scikit-eLCS does not support Python 2, given its depreciation in Jan 1 2020. If something goes wrong during installation, make sure that your pip is up to date and try again.
```
pip/pip3 install --upgrade pip
```

## Contributing to scikit-eLCS
Expand Down

0 comments on commit 0137cc5

Please sign in to comment.