diff options
| -rw-r--r-- | README.rst | 24 | 
1 files changed, 24 insertions, 0 deletions
| @@ -0,0 +1,24 @@ +bitmask-dev +=========== +Your internet encryption toolkit. + +Develop +------- + +If you want to develop for the encrypted mail service, execute inside your virtualenv:: + +  make dev-mail + +If you want to develop for the gui client:: + +  make dev-all + +Tests +----- + +Tests need tox:: + +  pip install tox +  tox + + | 
