git clone https://github.com/tapsterbot/checkbox-client-python.git cd checkbox-client-python python3 -m venv env source env/bin/activate python -m pip install -r ...
#customer intent: As a developer, I want to debug C++ and Python code at the same time in Visual Studio so that I can step between the environments, view shared values, and evaluate expressions. # ...