update: added 'common' dependency
This commit is contained in:
4
profiles/profile-example.bat
Normal file
4
profiles/profile-example.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
cd /D .\..\
|
||||
set SE_PROXY=http://127.0.0.1:10809
|
||||
.\venv\Scripts\pythonw.exe .\main.py "user@example.com" "example" --profile "Example-1" --token "TOKEN" --subdomain "eg" --remise "100"
|
||||
@pause
|
||||
4
profiles/setup-virtualenv.bat
Normal file
4
profiles/setup-virtualenv.bat
Normal file
@@ -0,0 +1,4 @@
|
||||
cd /D .\..\
|
||||
python -m venv venv
|
||||
.\venv\Scripts\pip.exe install -r ./requirements.txt
|
||||
@pause
|
||||
Reference in New Issue
Block a user