As a developer, the environmental setup on a local IDE is not as straightforward as first anticipated. In my case, I: - Opened VSCode - Cloned the forked repository - Created the .env file - Ran the` python -m venv .venv` command, and although the `.venv` folder was created, virtual environment was not initialised Resolve: A way to automate this process with all of the correct commands in sequence would be excellent. @eventyret