SERPENT-Reminder require -> python3 Support for VSCode Remote Container (recommendation) MacOS $ python3 -m venv venv $ source venv/bin/activate $ pip install -r requirements.txt Windows $ python -m venv venv $ venv/Scripts/activate.bat $ pip install -r requirements.txt