diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2017-02-11 16:27:27 +0300 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2017-02-11 16:28:49 +0300 |
commit | 74234fe1bac0a87c6c1e4c97c3aca3932c745877 (patch) | |
tree | 2b7df97dec54bb753f71bbfd47e3a1371a9ce3d8 | |
parent | 25469d39577aaa4e06a4b48ff7cdb5c2b4821b3c (diff) | |
download | yoso-74234fe1bac0a87c6c1e4c97c3aca3932c745877.tar.gz |
Clarify requirements
-rw-r--r-- | README.rst | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -10,8 +10,12 @@ label file format is quite a good and flexible choice. Requirements ============ -- Python 3 -- PyQt5 +YOSO is written in `Python 3 <https://www.python.org/>`_ with +the `PyQt5 <https://www.riverbankcomputing.com/software/pyqt/>`_ +application framework. If you have Python 3 and PyQt5 (and subsequently `Qt5 <https://www.qt.io>`_ itself) +installed, you can run YOSO by simply executing ``python3 yoso.py``. +Alternatively you can install YOSO with the `pip <https://pip.pypa.io>`_ package manager +(which can be called ``pip3`` for Python 3). Data Directory Structure |