mirror of
https://github.com/openlibrecommunity/olcrtc.git
synced 2026-06-07 04:49:43 +00:00
feat(init): Add Fish shell initialization script for project setup
This commit is contained in:
7
code/init.fish
Normal file
7
code/init.fish
Normal file
@@ -0,0 +1,7 @@
|
||||
# python -Su python3
|
||||
|
||||
python -m venv venv
|
||||
|
||||
souce venv/bin/activate.fish
|
||||
|
||||
pip install -r requirements.txt
|
||||
Reference in New Issue
Block a user