mirror of
https://github.com/nikdoof/test-auth.git
synced 2026-01-30 16:08:14 +00:00
Added extras to the README and virtualenv setup
This commit is contained in:
3
README
3
README
@@ -3,9 +3,10 @@ REQUIREMENTS
|
|||||||
|
|
||||||
Use ./setup-env.sh to setup the virtualenv for Auth, you'll also need the following packages (as named on Debian):
|
Use ./setup-env.sh to setup the virtualenv for Auth, you'll also need the following packages (as named on Debian):
|
||||||
|
|
||||||
python-zeroc-ice (ZeroC ICE Bindings for Python)
|
python-zeroc-ice (ZeroC ICE Bindings for Python, only needed if you are using Mumble connecitivty)
|
||||||
python-imaging (PIL)
|
python-imaging (PIL)
|
||||||
python-mysqldb (MySQL connectors for Python)
|
python-mysqldb (MySQL connectors for Python)
|
||||||
|
python-crypto (SSL and related stuff for Django)
|
||||||
|
|
||||||
RUNNING
|
RUNNING
|
||||||
-------
|
-------
|
||||||
|
|||||||
@@ -1,3 +1,4 @@
|
|||||||
|
rm -rf ./env
|
||||||
virtualenv -q --distribute env
|
virtualenv -q --distribute env
|
||||||
. ./env/bin/activate
|
. ./env/bin/activate
|
||||||
pip install -q -r requirements.txt
|
pip install -q -r requirements.txt
|
||||||
|
|||||||
Reference in New Issue
Block a user