flask-pymongo-example icon indicating copy to clipboard operation
flask-pymongo-example copied to clipboard

Python Virtual Environment command in README.md is incorrect

Open shunphoenix55 opened this issue 3 years ago • 0 comments

Start a python virtual env:

# navigate to the flask-pymongo-example directory
cd flask-pymongo-example
# create the virtual environment for MFlix
python3 -m venv mflix-venv
# activate the virtual environment
source mflix_venv/bin/activate

In this code, line 4 has mflix-venv while line 6 has mflix_venv (first is a hyphen, second is an underscore)

shunphoenix55 avatar Nov 18 '21 09:11 shunphoenix55