Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
add "optional packages" to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Feb 26, 2015
1 parent 63979a1 commit 3462e85
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions README.creole
Expand Up @@ -53,6 +53,29 @@ more info here: https://pillow.readthedocs.org/en/latest/installation.html
}}}


==== optional packages

Before any pip install, go to your virtual env and activate it!
e.g.:
{{{
/home/FooBar$ cd ~/PyLucid_env
~/PyLucid_env $ source bin/activate
}}}


MySQL DB API Driver:
{{{
(PyLucid_env) ~/PyLucid_env $ pip install mysqlclient
}}}
see also: [[https://docs.djangoproject.com/en/1.7/ref/databases/#mysql-db-api-drivers|Django database docs]].

FastCGI wrapper for WSGI applications:
{{{
(PyLucid_env) ~/PyLucid_env $ pip install flipflop
}}}
see also: https://pypi.python.org/pypi/flipflop


=== unittests

{{{
Expand Down

0 comments on commit 3462e85

Please sign in to comment.