- Make sure it is a command prompt (cmd) and not powershell or something else
- The environment can have any name, "env" is my preference
- VS Code should automatically activate your virtual environment when you open new terminals as long as you select "env" as your python interpreter. Use
ctrl+shift+p
to view the command palette and search for "python: select interpreter" if it is not automatically selected.
- you don't need to create the txt file beforehand