News

python -m venv env The command above creates a new folder in your project directory called env. This folder will contain your virtual environment and all the libraries you install for the project.