Merge pull request 'Fixed install.sh' (#37) from sageTheDm/interstellar_ai:main into main

Reviewed-on: https://interstellardevelopment.org/code/code/React-Group/interstellar_ai/pulls/37
This commit is contained in:
Patrick 2024-09-24 10:35:38 +02:00
commit becf4d697d

View file

@ -1,4 +1,3 @@
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt
deactivate