mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-13 01:16:31 -04:00
Snapcraft: Install requirements.txt
This commit is contained in:
parent
0b07577d1f
commit
9c93a549b6
@ -184,6 +184,7 @@ parts:
|
|||||||
python3 -m venv $SNAPCRAFT_PART_INSTALL
|
python3 -m venv $SNAPCRAFT_PART_INSTALL
|
||||||
. $SNAPCRAFT_PART_INSTALL/bin/activate
|
. $SNAPCRAFT_PART_INSTALL/bin/activate
|
||||||
pip install -U pip setuptools wheel
|
pip install -U pip setuptools wheel
|
||||||
|
pip install -U -r requirements.txt
|
||||||
pip install -U ../../onionshare-cli/src
|
pip install -U ../../onionshare-cli/src
|
||||||
pip install -U .
|
pip install -U .
|
||||||
deactivate
|
deactivate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user