Skip to content

Commit

Permalink
Merge pull request #50 from JohanSchott/use_uv_instead_of_pip
Browse files Browse the repository at this point in the history
use uv instead of pip to install python libraries
  • Loading branch information
JohanSchott authored Feb 24, 2024
2 parents b6b53c9 + 75c8f44 commit b144c53
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions install_setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,5 @@ python3 -m venv ~/envED
. ~/envED/bin/activate

# Install required python libraries.
pip install --disable-pip-version-check -q -U pip==21.2.4
pip install --disable-pip-version-check -q pip-tools==6.1.0
rm -f requirements.txt
pip-compile -q requirements.in
pip install --disable-pip-version-check -q -r requirements.txt
pip install --disable-pip-version-check -q -U uv==0.1.6
uv pip install -q -r requirements.in

0 comments on commit b144c53

Please sign in to comment.