From c5a3ad66c44267e2e8906f472251db82279d287f Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 1 Sep 2016 01:05:46 -0400 Subject: [docs] add basic info about development --- README.rst | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'README.rst') diff --git a/README.rst b/README.rst index e69de29..80dbb67 100644 --- a/README.rst +++ b/README.rst @@ -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 + + -- cgit v1.2.3