Open your bash terminal, and navigate to this repo's home directory. Run this command python3 -m venv my_sandbox_env If you got no errors, you now have a python environment set up on your local ...
(.myvirtualenv) pip install python-dotenv=0.20.0 (.myvirtualenv) pip install Django=5.1.11 (.myvirtualenv) cd ../ When starting the Django Website from the Virtual Enviroment (.venv) you will notice ...