Skip to content

Commit bc50a70

Browse files
committed
requirements.txt: Also install build within the venv to allow building from within it
1 parent cb41b63 commit bc50a70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

run.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ rm -rf dist
6666
python -m venv .env
6767
source .env/bin/activate
6868
pip install -r requirements.txt
69+
pip install build
6970
python -m build --wheel
7071
#python -m installer --destdir=".env" dist/*.whl
7172
pip install --prefix ".env" dist/*.whl --force-reinstall

0 commit comments

Comments
 (0)