Added note that Misaka requires dev python headers. Closes #117.

This commit is contained in:
Martin Mahner 2019-01-25 13:49:25 +01:00
parent 42812855b2
commit ac9ca156d0

View file

@ -8,6 +8,10 @@ Project Installation
into an existing Django project. If you want to run the application into an existing Django project. If you want to run the application
standalone, see :ref:`standalone_installation`. standalone, see :ref:`standalone_installation`.
.. note:: Misaka, the Markdown renderer used in dpaste may need "dev" packages
for compilation on Debian based Linux distributions. Install it with
``sudo apt install python3.5-dev``.
Install the latest dpaste release in your environment. This will install all Install the latest dpaste release in your environment. This will install all
necessary dependencies of dpaste as well: necessary dependencies of dpaste as well:
@ -41,3 +45,5 @@ Finally, migrate the database schema:
.. code-block:: bash .. code-block:: bash
$ manage.py migrate dpaste $ manage.py migrate dpaste