We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did this to install Everpad on my Linux Mint 18 install:
sudo apt-get update && sudo apt-get install build-essential cmake libqt4-dev python-dev
sudo apt-get install python-pyside.qtcore python-pyside.qtgui python-dbus python-beautifulsoup python-pysqlite2 python-keyring python-sqlalchemy python-magic python-pyside.qtwebkit python-html2text gtk2-engines-pixbuf python-regex python-setuptools
sudo apt-get install libxml2-dev libxslt1-dev python-dev sudo apt-get install python-sphinx
sudo apt-get install libxml2-dev libxslt1-dev python-dev
sudo apt-get install python-sphinx
git clone https://github.com/nvbn/everpad.git cd everpad/ sudo python setup.py install
I tried doing: sudo python setup.py uninstall
sudo python setup.py uninstall
No luck.. :( References: https://github.com/nvbn/everpad/wiki/how-to-install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did this to install Everpad on my Linux Mint 18 install:
sudo apt-get update && sudo apt-get install build-essential cmake libqt4-dev python-dev
sudo apt-get install python-pyside.qtcore python-pyside.qtgui python-dbus python-beautifulsoup python-pysqlite2 python-keyring python-sqlalchemy python-magic python-pyside.qtwebkit python-html2text gtk2-engines-pixbuf python-regex python-setuptools
sudo apt-get install libxml2-dev libxslt1-dev python-dev
sudo apt-get install python-sphinx
git clone https://github.com/nvbn/everpad.git cd everpad/ sudo python setup.py install
I tried doing:
sudo python setup.py uninstall
No luck.. :(
References:
https://github.com/nvbn/everpad/wiki/how-to-install
The text was updated successfully, but these errors were encountered: