Skip to content

Commit

Permalink
requirements.txt: Also install build within the venv to allow buildin…
Browse files Browse the repository at this point in the history
…g from within it
C0rn3j committed Oct 29, 2024
1 parent cb41b63 commit bc50a70
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run.sh
Original file line number Diff line number Diff line change
@@ -66,6 +66,7 @@ rm -rf dist
python -m venv .env
source .env/bin/activate
pip install -r requirements.txt
pip install build
python -m build --wheel
#python -m installer --destdir=".env" dist/*.whl
pip install --prefix ".env" dist/*.whl --force-reinstall

0 comments on commit bc50a70

Please sign in to comment.