updated scripts

This commit is contained in:
devaine 2025-10-20 19:02:42 -05:00
commit 5b03adaaa9
Signed by: devaine
GPG key ID: 954B1DCAC6FF84EE
3 changed files with 16 additions and 2 deletions

View file

@ -4,8 +4,8 @@
if [ ! -d .venv ]; then
python3 -m venv .venv
source .venv/bin/activate
pip install -U python-dotenv
pip install --upgrade pip # Update pip to the latest version
pip install -U python-dotenv urllib3
pip install -U pip # Update pip to the latest version
fi
echo 'Make sure to run ". .venv/bin/activate" to enter the development environment'