diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/client/user-install.md | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/docs/client/user-install.md b/docs/client/user-install.md index 122bc6a..76b56de 100644 --- a/docs/client/user-install.md +++ b/docs/client/user-install.md @@ -83,8 +83,8 @@ Distribute & Pip > The rest of the methods described below in this page assume you are > familiar with python code, and you can find your way through the > process of dependencies install. For more insight, you can also refer -> to the sections setting up a working environment \<environment\> or -> fetching latest code for testing \<fetchinglatest\>. +> to the sections setting up a working environment or +> fetching latest code for testing.  @@ -96,15 +96,20 @@ Installing Bitmask is as simple as using Show me the code! ----------------- -You can get the code from LEAP public git repository : +For the brave souls 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. |