Add Termux installation instructions to documentation.

This commit is contained in:
Frank Smit 2017-01-15 20:40:53 +01:00
parent f2c3f637f1
commit f3d83eca19
2 changed files with 10 additions and 0 deletions

View File

@ -10,9 +10,11 @@ Date format is year-month-day.
- Add a new renderer class with XSS protections. By Changaco. (`#60`_)
- Add Python 2.6 support. By sprin. (`#48`_)
- Add Termux_ installation instructions to documentation.
.. _#60: https://github.com/FSX/misaka/pull/60
.. _#48: https://github.com/FSX/misaka/pull/48
.. _Termux: https://github.com/termux/termux-packages/issues/218
2.0.0 (2015-10-22)

View File

@ -35,6 +35,14 @@ Or grab the source from Github::
Consult the `CFFI documentation`_ if you experience problems installing CFFI.
Use the following commands to install Misaka in Termux_::
apt update
apt upgrade
apt install clang python python-dev libffi libffi-dev
pip install misaka
.. _Termux: https://termux.com/
.. _CFFI documentation: https://cffi.readthedocs.org/en/latest/installation.html