mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
6 lines
94 B
Text
6 lines
94 B
Text
|
#!/bin/bash
|
||
|
|
||
|
python3 -m venv .venv
|
||
|
source .venv/bin/activate
|
||
|
pip3 install -r requirements.txt
|