#venv bin activate not found

1 messages · Page 1 of 1 (latest)

mild spear
#

The Flask API instructions say to do:

. venv/bin/activate
pip install -r requirements.txt
flask run```
I am using windows power shell. After I ran the first line, I try running the second line, but it says it can't find venv/bin/activate. I check and there is a folder venv, but there is no folder called bin inside venv. What am I doing wrong?