From e3780126f9cf8175f9f3c7ad27f36f2baae20508 Mon Sep 17 00:00:00 2001 From: Erik van den Brink Date: Sat, 17 Nov 2018 14:38:54 +0100 Subject: [PATCH] add missing wheel requirement in install instructions --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 4f08a58ee..128caf86d 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -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