mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-05-27 15:39:48 +00:00
9 lines
102 B
Fish
Executable File
9 lines
102 B
Fish
Executable File
#!/usr/bin/fish
|
|
|
|
|
|
python -m venv venv
|
|
|
|
source venv/bin/activate.fish
|
|
|
|
pip install -r requirements.txt
|