From 8eda3a56b4790450cf31d503bf27c6fcd66fbff6 Mon Sep 17 00:00:00 2001 From: Dmitry Shachnev Date: Tue, 31 Dec 2024 12:10:12 +0300 Subject: [PATCH] README.md: Describe how to run ReText from the tarball --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d765625..b47c7c94 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,8 @@ AsciiDoc. One can also add support for [custom markups] using Python modules. To install ReText, make sure that you have [Python] (3.7 or later) installed, and run `pip3 install ReText`. To avoid system-wide installation, you can create a [virtual environment] and install from there. You can also manually -download the tarball from [PyPI]. +download the tarball from [PyPI] or clone the repository, and then run +`./retext.py`. ReText requires [PyQt6] and [Markups] (3.1 or later) to run. When you run `pip3 install ReText`, pip will install them automatically, but you can also