summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2013-09-25 13:57:06 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2013-09-25 13:57:06 -0300
commit9e9b07748c1444122f411518537e39ec1268883d (patch)
treedba0bea22d3ed1e40ea90b2c4ca66bd944643532 /docs
parent50416971447ef52981e9e07d7b31d65c088d45ca (diff)
parent4280e6711af1381eca3c72db013caf3604e136a3 (diff)
Merge remote-tracking branch 'kali/doc/fix-repo-yet-another-time' into develop
Diffstat (limited to 'docs')
-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.