Skip to content

Commit 4b54bd7

Browse files
Update README.md correct quickstart install requirements.lock
1 parent 6417d9e commit 4b54bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ Create python environment and run flask:
144144
python3 -m venv venv # Create a python3.x virtual environment
145145
. venv/bin/activate # Activate the virtualenv
146146
# If you are on Windows, use: . venv/Scripts/Activate
147-
pip install -r requirements.txt # Install requirements
147+
pip install -r requirements.lock # Install requirements
148148
export FLASK_APP=subscribie
149149
export FLASK_DEBUG=1
150150
flask db upgrade

0 commit comments

Comments
 (0)