mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-22 02:32:29 +01:00
Add missing python dependencies call
This commit is contained in:
parent
16e78f34b0
commit
a62be6884f
@ -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:
|
||||
|
@ -1,5 +1,3 @@
|
||||
pyunpack
|
||||
py7zr
|
||||
cmake-format
|
||||
paramiko
|
||||
aqtinstall
|
Loading…
Reference in New Issue
Block a user