Gangmax Blog

ReText

ReText is a simple but powerful editor for Markdown and reStructuredText markup languages written in Python.

To Install it on my Ubuntu 16.04 environment, run the following commands:

1
2
3
4
pip install retext
pip install pyqt5
# Without the "PyQt5" package, the following error is reported:
# ModuleNotFoundError: No module named 'PyQt5'

Comments