mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-26 07:08:11 +00:00
8 lines
105 B
Fish
8 lines
105 B
Fish
# python -Su python3
|
|
|
|
python -m venv venv
|
|
|
|
souce venv/bin/activate.fish
|
|
|
|
pip install -r requirements.txt
|