diff --git a/code/init.fish b/code/init.fish new file mode 100644 index 0000000..5432edc --- /dev/null +++ b/code/init.fish @@ -0,0 +1,7 @@ +# python -Su python3 + +python -m venv venv + +souce venv/bin/activate.fish + +pip install -r requirements.txt