mirror of
https://github.com/python-LimeReport/devcontainer.git
synced 2024-12-23 14:43:00 +03:00
fix: add installation of pyside *.whl
This commit is contained in:
parent
fe0c47aa78
commit
5b58626687
@ -43,6 +43,9 @@ cd $HOME && \
|
|||||||
git clone -b ${QT} https://code.qt.io/pyside/pyside-setup.git && \
|
git clone -b ${QT} https://code.qt.io/pyside/pyside-setup.git && \
|
||||||
cd pyside-setup && \
|
cd pyside-setup && \
|
||||||
pip install -r requirements.txt && \
|
pip install -r requirements.txt && \
|
||||||
python setup.py build --parallel $(nproc) --limited-api yes'
|
python setup.py build --parallel $(nproc) bdist_wheel --limited-api yes && \
|
||||||
|
pip install /home/vscode/pyside-setup/dist/*.whl'
|
||||||
|
|
||||||
ENV PYSIDE_INSTALL_DIR="/home/vscode/pyside-setup/build/qfpa-py${PYTHON}-qt${QT}-64bit-release/install"
|
ENV PYSIDE_INSTALL_DIR="/home/vscode/pyside-setup/build/qfpa-py${PYTHON}-qt${QT}-64bit-release/install"
|
||||||
|
|
||||||
|
USER root
|
Loading…
Reference in New Issue
Block a user