passlib
This commit is contained in:
parent
ea0b6a61d1
commit
b3d9dbdab4
|
@ -24,6 +24,13 @@ You should see:
|
|||
"ping": "pong"
|
||||
}
|
||||
|
||||
### Install passlib (for create-user.yml)
|
||||
|
||||
wget https://passlib.googlecode.com/files/passlib-1.6.1.tar.gz
|
||||
tar -zxvf passlib-1.6.1.tar.gz
|
||||
cd passlib-1.6.1
|
||||
python setup.py install
|
||||
|
||||
### Run the play
|
||||
|
||||
By executing the following, it will setup only the commonly used components:
|
||||
|
|
Loading…
Reference in New Issue
Block a user