linux version

This commit is contained in:
Ondrej Samohel 2021-06-22 18:08:05 +02:00 committed by Ondřej Samohel
parent c30b917e6c
commit fbc7ccab31
No known key found for this signature in database
GPG key ID: 02376E18990A97C6

View file

@ -99,6 +99,9 @@ main () {
pushd "$openpype_root" > /dev/null || return > /dev/null
echo -e "${BIGreen}>>>${RST} Installing PySide2 ..."
"$POETRY_HOME/bin/poetry" run python -m pip install PySide2 -t "$openpype_root/vendor/python/PySide2"
echo -e "${BIGreen}>>>${RST} Running Pype tool ..."
poetry run python "$openpype_root/tools/fetch_thirdparty_libs.py"
}