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