From 098cbee7c08d67aab9f6b4a01c226696a35450bc Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Wed, 25 Sep 2013 12:54:15 -0400 Subject: fix repo path in user-install --- docs/client/user-install.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'docs/client') diff --git a/docs/client/user-install.md b/docs/client/user-install.md index 122bc6a..541a26a 100644 --- a/docs/client/user-install.md +++ b/docs/client/user-install.md @@ -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. -- cgit v1.2.3