Skip to content

Commit

Permalink
Merge pull request #1 from dceejay/master
Browse files Browse the repository at this point in the history
Update README to include venv activate
  • Loading branch information
SkalskiP authored Feb 25, 2023
2 parents d4b0b24 + 9514a76 commit 911650d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ A short script showing how to build simple real-time video analytics apps using
# create python virtual environment
python3 -m venv venv

# activate the virtual environment
source venv/bin/activate

# install dependencies
pip install -r requirements.txt
```
Expand Down

0 comments on commit 911650d

Please sign in to comment.