Skip to content

Commit

Permalink
Improve FAQ
Browse files Browse the repository at this point in the history
  • Loading branch information
yakky committed Dec 13, 2015
1 parent e6a59c8 commit ae422bf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,14 @@ FAQ
Use :ref:`dump_mode` to dump the requirements used by the installer, customize
them and pass them again to the installer for the installation run

#. Packages are not correctly installed / missing in my environment

If you're using Debina / Ubuntu, chances are that the version of pip in the
virtualenv is outdated and cannot connect with PyPi.
Usually upgrading pip in the virtualenv before running **djangocms-installer**
fixes the issue::

pip install -U pip

#. After installing the virtualenv, the installer exit with "*Pillow is not
compiled with ... support*" / "*Pillow is not installed*" errors, what can
Expand Down

0 comments on commit ae422bf

Please sign in to comment.