The current `README.md` instructs users to create a virtual environment using: ```bash python3 -m virtualenv -p $(which python3) .ve source .ve/bin/activate ``` Should we specify a python version?