mirror of
https://github.com/Tech-Workers-Coalition-Italia/mobilizon-reshare.git
synced 2025-02-11 09:10:51 +01:00
8 lines
91 B
Bash
8 lines
91 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
set -eux
|
||
|
|
||
|
python -m pip install --upgrade pip
|
||
|
pip install poetry
|
||
|
poetry install
|