Development VSCode Setup To set up VSCode for development: start the editor with the Python devcontainer install the dependencies: # the _version.py file is generated and may need to be removed rm python-gpt-po/_version.py python -m pip install -e . Running the Tests python -m pytest