Zeebrow / quickhost

Make a publicly available server, quickly
GNU General Public License v3.0
0 stars 0 forks source link

Running in Powershell opens a new ... window thingy when main.py `console_script` is run from venv (venv\scripts\main.py) #1

Open Zeebrow opened 2 years ago

Zeebrow commented 2 years ago
python.exe -m virtualenv venv
.\venv\scripts\activate.ps1
pip install -r requirements.txt
pip install -e .
pip install -e ..\quickhost-plugins\
main.py