Add requirements (#7)

This commit is contained in:
Nikolay Chechulin
2020-11-08 23:16:03 +03:00
committed by GitHub
parent b5b308380c
commit cad9045fff
2 changed files with 7 additions and 3 deletions

View File

@@ -23,9 +23,11 @@ For more basic knowledge of Flask, you can refer to [a tutorial on Tutorialspoin
## How to Run
- Step 1: Make sure you have Python packages *flask*, *hashlib*, and *sqlite3* installed.
- Step 1: Make sure you have Python
- Step 2: Go to this app's directory and run `python app.py`
- Step 2: Install the requirements: `pip install -r requirements.txt`
- Step 3: Go to this app's directory and run `python app.py`

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
Flask==1.1.2
Werkzeug==1.0.1