-
Notifications
You must be signed in to change notification settings - Fork 201
Installing ReText
Usually, all you have to do to install ReText, is:
(The --user
argument is needed for local installations, drop it and run the command as a superuser if you want to install ReText system-wide).
If ReText is available in your system repository, install it from there.
For example, on Debian or Ubuntu, run:
# apt-get install retext
Note: these systems are in no way officially supported. Use ReText there at your own risk.
As there is no global icon theme on these systems, you need to download the icon pack and unpack the icons from there into ReText/icons
directory.
After that, running ReText locally (without installing) will work. If you want to install it, change the icon_path = icons/
line in ReText/__init__.py
to a different value (do not forget the trailing slash). If you want to use ReText locally, do not forget to install the needed dependencies using pip
.
The old wiki has a [page documenting the procedure of installing ReText on Windows](https://sourceforge.net/p/retext/wiki/Windows Install of ReText/).
Pages in this wiki:
- Home
- Installing ReText
- FAQ
- Markdown syntax extensions
- Math formulas
- Export extensions
- Table editing mode
- FakeVim mode
Documentation in git repository: