- fill in
.envfile with needed options (get examples from website) python -m venv venv.\venv\scripts\activatepip install -r .\requirements.txtpython main.py
- fill in
.envfile with needed options (get examples from website) python3 -m venv venvsource ./venv/bin/activatepip install -r ./requirements.txtpython3 main.py