To create virtual env, do: $>python3 -m venv ./.venv from project directory
Then run $>source ./.venv/bin/activate to activate it

