Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
robmarkcole committed Apr 5, 2021
1 parent bf3fc11 commit 0188ce5
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
venv/
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"python.pythonPath": "/Users/robin/Github/yolov5-flask/venv/bin/python",
"git.ignoreLimitWarning": true
}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

* `python3 -m venv venv`
* `source venv/bin/activate`
* `pip install -r https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt`
* `pip install -r requirements.txt`
* (venv) $ python3 app.py --port 5000
* `(venv) $ pip install -r https://raw.githubusercontent.com/ultralytics/yolov5/master/requirements.txt`
* `(venv) $ pip install -r requirements.txt`
* `(venv) $ python3 app.py --port 5000`

then, visit http://localhost:5000/ in your browser

Expand Down

0 comments on commit 0188ce5

Please sign in to comment.