From e53e113dcde3e3686095c3661307efccc5c7e64e Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 18 Feb 2015 23:44:14 -0800 Subject: initial conversation from leap_doc and leap_website --- pages/docs/client/user-install.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 pages/docs/client/user-install.md (limited to 'pages/docs/client/user-install.md') diff --git a/pages/docs/client/user-install.md b/pages/docs/client/user-install.md new file mode 100644 index 0000000..173a9c5 --- /dev/null +++ b/pages/docs/client/user-install.md @@ -0,0 +1,30 @@ +@nav_title = 'Installing' +@title = 'Installing Bitmask' + +For download links and installation instructions go to https://dl.bitmask.net/ + +Distribute & Pip +---------------- + +**Note** + +If you are familiar with python code and you can find your way through the +process of dependencies install, you can installing Bitmask using [pip](http://www.pip-installer.org/) +for the already released versions : + + $ pip install leap.bitmask + +Show me the code! +----------------- + +For the brave souls that can find their way through python packages, you can +get the code from LEAP public git repository : + + $ git clone https://leap.se/git/bitmask_client + +Or from the github mirror : + + $ git clone https://github.com/leapcode/bitmask_client.git + +For more information go to the [Hacking](client/dev-environment) section :) + -- cgit v1.2.3