Skip to content
This repository has been archived by the owner on Nov 15, 2021. It is now read-only.

Commit

Permalink
add missing wheel requirement in install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
ixje authored Nov 17, 2018
1 parent e002fa5 commit e378012
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ could lead to version conflicts.
source venv/bin/activate

# install the package in an editable form
(venv) pip install -e .
(venv) pip install wheel -e .

2. Install from PyPi

Expand All @@ -237,7 +237,7 @@ could lead to version conflicts.
python3.6 -m venv venv
source venv/bin/activate

(venv) pip install neo-python
(venv) pip install wheel neo-python


Running
Expand Down

0 comments on commit e378012

Please sign in to comment.