mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-29 22:29:30 -04:00
Snapcraft: Install requirements.txt
This commit is contained in:
parent
0b07577d1f
commit
9c93a549b6
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue