Skip to content

Commit

Permalink
README.md: Describe how to run ReText from the tarball
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya57 committed Dec 31, 2024
1 parent 2f8504b commit 8eda3a5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8eda3a5

Please sign in to comment.