mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-15 08:02:54 +11:00
Added note that Misaka requires dev python headers. Closes #117.
This commit is contained in:
parent
42812855b2
commit
ac9ca156d0
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,10 @@ Project Installation
|
|||
into an existing Django project. If you want to run the application
|
||||
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
|
||||
necessary dependencies of dpaste as well:
|
||||
|
||||
|
@ -41,3 +45,5 @@ Finally, migrate the database schema:
|
|||
.. code-block:: bash
|
||||
|
||||
$ manage.py migrate dpaste
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue