mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Snapcraft: Install requirements.txt
This commit is contained in:
parent
e0592ed0d6
commit
cc522022f3
@ -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…
Reference in New Issue
Block a user