1
0
mirror of https://gitlab.com/kelteseth/ScreenPlay.git synced 2024-10-06 09:17:07 +02:00

Add missing python dependencies call

This commit is contained in:
Elias Steurer 2022-12-16 13:41:17 +01:00
parent 16e78f34b0
commit a62be6884f
2 changed files with 2 additions and 5 deletions

View File

@ -35,10 +35,9 @@ git clone --recursive https://gitlab.com/kelteseth/ScreenPlay.git ScreenPlay/Scr
1. Start the following script to download _all_ needed dependencies automatically.
``` bash
cd Tools
# Windows defaults to python
# Windows defaults to python, linux and macOS uses python3
python -m pip install -r requirements.txt
python setup.py
# Linux and macOS uses python3
python3 setup.py
```
1. This will:
1. Download `Qt` and `QtCreator` into:

View File

@ -1,5 +1,3 @@
pyunpack
py7zr
cmake-format
paramiko
aqtinstall