cd
intosrc\PythonProgram
- Create a virtual env
python3 -m <venv name>
- Activate your environment
- Run the activate script in the <venv/Scripts/> directory
- Install the requirements
- pip install -r requirements.txt
Look up how to do this in your favorite IDE, or follow these instructions
Build the dotnet binaries
dotnet publish -o dist
- Activate your environment
- Run the activate script in the <venv/Scripts/> directory
python PythonProgram.py