From d7d955ae014d06067812f67db25974056e2a8dc5 Mon Sep 17 00:00:00 2001 From: James Adams Date: Fri, 31 Jan 2020 22:28:21 -0500 Subject: [PATCH] updated the installation from source section to use an editable package install rather than an install from setup.py #110 --- README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 4cc5199..343ae2d 100644 --- a/README.md +++ b/README.md @@ -18,16 +18,14 @@ $ pip install cvdata $ pip install -e git+https://github.com/tensorflow/models.git#egg=object_detection\&subdirectory=research ``` -##### From Source +##### From source This package can be installed into the active Python environment as source from -its git repository. We'll first clone/download from GitHub, install the dependencies -specified in `requirements.txt`, and finally install the package into the active -Python environment: +its git repository. We'll first clone/download from GitHub and then install the +package into the active Python environment: ```bash $ git clone git@github.com:monocongo/cvdata.git $ cd cvdata -$ pip install -r requirements.txt -$ python setup.py install +$ pip install -e . ``` ## OpenImages