Skip to content

Commit

Permalink
Merge pull request #227 from nephila/feature/improve_faq
Browse files Browse the repository at this point in the history
Improve FAQ
  • Loading branch information
yakky committed Dec 13, 2015
2 parents 11c7f37 + ae422bf commit 459e467
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 459e467

Please sign in to comment.