kopia lustrzana https://github.com/inkstitch/inkstitch
more translation dependencies (#1386)
rodzic
a7a3e012b7
commit
504c02c0b0
|
@ -26,8 +26,14 @@ jobs:
|
|||
wget --quiet https://downloads.crowdin.com/cli/v2/crowdin-cli.zip
|
||||
unzip -j crowdin-cli.zip
|
||||
|
||||
sudo apt-get install python2.7 gettext
|
||||
sudo apt install gettext
|
||||
# for wxPython
|
||||
sudo apt install glib-networking libsdl1.2-dev
|
||||
# for shapely
|
||||
sudo apt install libgeos-dev build-essential libgtk-3-dev
|
||||
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install wheel
|
||||
python -m pip install -r requirements.txt
|
||||
python -m pip install Babel
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue