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?