Skip to content

Commit

Permalink
Update install
Browse files Browse the repository at this point in the history
  • Loading branch information
zackees authored Aug 26, 2024
1 parent d05db3a commit e16b88e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ set -e

#if is windows then use pip to install uv, else use pip3
if [[ "$OSTYPE" == "msys" ]]; then
pip install uv
pip install uv --break-system-packages
else
pip3 install uv
pip3 install uv --break-system-packages
fi

uv venv --python 3.11
Expand Down

0 comments on commit e16b88e

Please sign in to comment.