Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
levan92 authored Sep 20, 2021
1 parent 012ec49 commit a492e97
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@ See their [paper](https://arxiv.org/abs/1703.07402) for more technical informati
## Install
- ~~Include this repo as submodule (old way)~~
- ~~`deepsort_tracker.py` is your main point of entry~~
- In the main project folder, install deep_sort_realtime as a python package using `pip` or as an editable package if you like (`-e` flag)
- In the main project folder, install `det2` as a python package using `pip` or as an editable package if you like (`-e` flag after `pip`)

```bash
cd deep_sort_realtime && pip3 install -e .
cd deep_sort_realtime && pip3 install .
```
- Or, download `.whl` file in this repo's [releases](https://github.com/levan92/deep_sort_realtime/releases/latest)

## Run

Expand Down

0 comments on commit a492e97

Please sign in to comment.