Skip to content

Commit 12c127a

Browse files
committed
Update readme.
- Remove gunicorn from usage instruction
1 parent ff2463e commit 12c127a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ It is highly recommended to use a virtual environment to keep your project isola
99
Inside of a python environment, you can import the requirements and run the application using gunicorn or flask run.
1010

1111
```bash
12-
pip install gunicorn
1312
pip install -r requirements.txt
1413
gunicorn website:app
1514
```

0 commit comments

Comments
 (0)