-
Notifications
You must be signed in to change notification settings - Fork 201
Installing ReText
Usually, all you have to do to install ReText, is:
-
Install Python 3.
-
Run this command:
$ python3 -m pip install ReText --user
(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 install retext
Note: these systems are in no way officially supported. Use ReText there at your own risk.
The pip install ReText
command will automatically download and extract the icon pack.
If something went wrong and there are no icons, please download the latest version and extract it manually into the icons
directory.
On Windows, that command will also install a retext.bat
file to make it easier to run 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: