summaryrefslogtreecommitdiff
path: root/docs/user
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2013-10-22 13:29:11 -0400
committerMicah Anderson <micah@riseup.net>2013-10-22 13:29:11 -0400
commitf22b1a04f892857d162d87f9c9e120e7c5daadf7 (patch)
tree8998a60a2f55aa6f22a76e7aa1ec176e16f5cf33 /docs/user
parentdd907d3098c582b9e92eb181efb87453f046dcc6 (diff)
parent522b886046baf114f2b86173661e568c7c065da6 (diff)
Merge remote-tracking branch 'kali/debian-0.3.4' into debian
Diffstat (limited to 'docs/user')
-rw-r--r--docs/user/install.rst13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/user/install.rst b/docs/user/install.rst
index e5765302..bcac4883 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -88,14 +88,19 @@ Installing Bitmask is as simple as using `pip <http://www.pip-installer.org/>`_
Show me the code!
-----------------
-You can get the code from LEAP public git repository ::
+For the users that can find their way through python packages,
+you can get the code from LEAP public git repository ::
- $ git clone git://leap.se/bitmask_client
+ $ git clone https://leap.se/git/bitmask_client
Or from the github mirror ::
$ git clone git://github.com/leapcode/bitmask_client.git
-Once you have grabbed a copy of the sources, you can install it into your site-packages easily ::
+Once you have grabbed a copy of the sources, and installed all the base
+dependencies, you can install it into your site-packages easily ::
- $ pyton setup.py install
+ $ make # compile the resources
+ $ sudo python2 setup.py install
+
+Although, like always, it is a better idea to install things in a virtualenv.