aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2017-02-11 16:27:27 +0300
committerIgor Pashev <pashev.igor@gmail.com>2017-02-11 16:28:49 +0300
commit74234fe1bac0a87c6c1e4c97c3aca3932c745877 (patch)
tree2b7df97dec54bb753f71bbfd47e3a1371a9ce3d8
parent25469d39577aaa4e06a4b48ff7cdb5c2b4821b3c (diff)
downloadyoso-74234fe1bac0a87c6c1e4c97c3aca3932c745877.tar.gz
Clarify requirements
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f8a09a5..98cd7f7 100644
--- a/README.rst
+++ b/README.rst
@@ -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