Update pyPEG2 install instructions.

Fixes #243.
This commit is contained in:
Florian Bruhin 2014-11-09 21:48:33 +01:00
parent b7c1f32922
commit bf752f6ea4
2 changed files with 3 additions and 5 deletions

View File

@ -105,7 +105,7 @@ On Debian
---- ----
# apt-get install python3-pyqt5 python3-pyqt5.qtwebkit python3-pkg-resources # apt-get install python3-pyqt5 python3-pyqt5.qtwebkit python3-pkg-resources
python3-pip python3-jinja2 python3-pygments python3-pip python3-jinja2 python3-pygments
# pip3 install pypeg2 --allow-external pypeg2 --allow-unverified pypeg2 # pip3 install pypeg2
---- ----
To generate the documentation for the `:help` command, when using the git To generate the documentation for the `:help` command, when using the git
@ -161,8 +161,7 @@ http://www.riverbankcomputing.com/software/pyqt/download5[Riverbank computing]
to get Qt and PyQt5. to get Qt and PyQt5.
* Run `scripts/ez_setup.py` to get setuptools. * Run `scripts/ez_setup.py` to get setuptools.
* Get pip as described http://stackoverflow.com/a/12476379[on Stack Overflow]. * Get pip as described http://stackoverflow.com/a/12476379[on Stack Overflow].
* Run +pip install --allow-external pypeg2 --allow-unverified pypeg2 pypeg2+ to * Run +pip install pypeg2+ to install pypeg2.
install pypeg2.
* Run +pip install jinja2+ to install jinja2, or install it from * Run +pip install jinja2+ to install jinja2, or install it from
http://www.lfd.uci.edu/~gohlke/pythonlibs/#jinja2. http://www.lfd.uci.edu/~gohlke/pythonlibs/#jinja2.
* Run +pip install pygments+ to install pygments, or install it from * Run +pip install pygments+ to install pygments, or install it from

View File

@ -230,8 +230,7 @@ def check_libraries():
"python3-pip' and then install via pip3.", "python3-pip' and then install via pip3.",
arch="Install python-pypeg2 from the AUR", arch="Install python-pypeg2 from the AUR",
windows="Install via pip.", windows="Install via pip.",
pip="pypeg2 --allow-external pypeg2 " pip="pypeg2"),
"--allow-unverified pypeg2"),
'jinja2': 'jinja2':
_missing_str("jinja2", _missing_str("jinja2",
debian="apt-get install python3-jinja2", debian="apt-get install python3-jinja2",