mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-13 22:32:15 +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):
|
||||
|
||||
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-mysqldb (MySQL connectors for Python)
|
||||
python-crypto (SSL and related stuff for Django)
|
||||
|
||||
RUNNING
|
||||
-------
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
rm -rf ./env
|
||||
virtualenv -q --distribute env
|
||||
. ./env/bin/activate
|
||||
pip install -q -r requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user