Running

For Unix machines, we can complete the following code block to launch QuantUS natively.

source .venv/bin/activate
python main.py

Similarly, for Windows machine, we can complete the same steps:

call .venv\Scripts\activate.bat
python main.py