upd. README

This commit is contained in:
DYefremov
2020-01-23 19:18:49 +03:00
parent 3cb4f1095d
commit 5876f70884

View File

@@ -7,12 +7,13 @@ The functionality and performance of this version may be very different from the
### Minimum requirements:
Python >= **3.5**, GTK+ >= **3.16**, pygobject3, adwaita-icon-theme, python3-requests.
**Installation:**
#### Installation:
```brew install python3 gtk+3 pygobject3 adwaita-icon-theme```
```pip3 install requests```
**Optional:**
#### Optional:
```brew install wget imagemagick```
```pip3 install pyobjc```
**Launching:**
#### Launching:
To start the program, just download the archive, unpack and run it from the terminal with the command: ```./start.py```
### Building standalone application: