Skip to content

Commit

Permalink
Use uv to install, much faster
Browse files Browse the repository at this point in the history
  • Loading branch information
CoolCat467 committed Jul 7, 2024
1 parent 477f976 commit 63f5734
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@ export PYENV_ROOT="$HOME/.pyenv"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"

python3 -m pip install --upgrade uv

cd ~/Applications
# python3.11 -m venv StatusBot
cd StatusBot
# source bin/activate
python3 -m pip install -e ../StatusBot
uv pip install --system -e ../StatusBot
run_statusbot
# deactivate

0 comments on commit 63f5734

Please sign in to comment.