mirror of
http://git.whoc.org.uk/git/password-manager.git
synced 2025-01-09 13:10:02 +01:00
fab1d05127
This supports most functionality. Tested the following functionality: * Create account * Delete account * Create a card * Download offline copy (couldn't log in) - needs work * Change passphrase * One time password creation and use
8 lines
141 B
Bash
8 lines
141 B
Bash
#!/usr/bin/env sh
|
|
# Sets up flask development environment and activates it
|
|
|
|
virtualenv .
|
|
|
|
bin/python setup.py develop
|
|
bin/python clipperz.py
|