mirror of
https://github.com/cedricbonhomme/Stegano.git
synced 2025-05-12 09:08:31 +02:00
install poetry with pipx.
This commit is contained in:
parent
91fef6a178
commit
d0ca9322cc
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ environment:
|
||||||
project: stegano
|
project: stegano
|
||||||
tasks:
|
tasks:
|
||||||
- dependencies: |
|
- dependencies: |
|
||||||
pip3 install --user poetry
|
pipx install poetry
|
||||||
export PATH="$PATH:/home/build/.local/bin"
|
export PATH="$PATH:/home/build/.local/bin"
|
||||||
cd ${project}
|
cd ${project}
|
||||||
poetry install
|
poetry install
|
||||||
|
|
Loading…
Add table
Reference in a new issue