Created
June 22, 2016 21:19
-
-
Save p404/b28f36a5465aacf7d76848b03dcd97b6 to your computer and use it in GitHub Desktop.
Installing ReText markdown editor on ubuntu 16.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#! /bin/bash | |
# You need to execute this script as sudo | |
apt-get install python3-pip python3-pyqt5 python3-pyqt5.qtwebkit -y | |
pip3 install retext --user | |
ln -s $HOME/.local/bin/retext /usr/bin/retext | |
exit 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment