Skip to content

Commit

Permalink
pip 21.0 doesnt support py35
Browse files Browse the repository at this point in the history
  • Loading branch information
iiSeymour committed Jan 26, 2021
1 parent 5f28599 commit c4df644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $ git clone https://github.com/nanoporetech/bonito.git # or fork first and clon
$ cd bonito
$ python3 -m venv venv3
$ source venv3/bin/activate
(venv3) $ pip install --upgrade pip
(venv3) $ pip install pip==20.3.4
(venv3) $ pip install -r requirements.txt
(venv3) $ python setup.py develop
(venv3) $ bonito download --models --latest
Expand Down

0 comments on commit c4df644

Please sign in to comment.