Update requirements.txt
This commit is contained in:
parent
4fbfd99299
commit
690d956fbc
@ -25,7 +25,7 @@ and install all dependencies in a venv in the mangle directory, e.g.
|
|||||||
```
|
```
|
||||||
...\mangle> virtualenv venv
|
...\mangle> virtualenv venv
|
||||||
> venv\Scripts\activate
|
> venv\Scripts\activate
|
||||||
(venv) > pip install requirements.txt
|
(venv) > pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
You can run the GUI via
|
You can run the GUI via
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Pillow==6.2.2
|
Pillow==6.2.2
|
||||||
py2exe-py2==0.6.9
|
py2exe-py2==0.6.9
|
||||||
PyQt4 @ https://download.lfd.uci.edu/pythonlibs/w4tscw6k/cp27/PyQt4-4.11.4-cp27-cp27m-win32.whl
|
PyQt4 @ https://download.lfd.uci.edu/pythonlibs/w4tscw6k/cp27/PyQt4-4.11.4-cp27-cp27m-win32.whl; platform_system=='Windows'
|
||||||
reportlab==3.5.59
|
reportlab==3.5.59
|
||||||
|
Loading…
Reference in New Issue
Block a user