Skip to content

Commit

Permalink
updated the installation from source section to use an editable packa…
Browse files Browse the repository at this point in the history
…ge install rather than an install from setup.py

#110
  • Loading branch information
monocongo committed Feb 1, 2020
1 parent 3bfcb46 commit d7d955a
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:monocongo/cvdata.git
$ cd cvdata
$ pip install -r requirements.txt
$ python setup.py install
$ pip install -e .
```

## OpenImages
Expand Down

0 comments on commit d7d955a

Please sign in to comment.