summaryrefslogtreecommitdiff
path: root/docs/client/user-install.md
blob: 2a99d669e7c8cd595519bdafd1884d30fab1eaa6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
@nav_title = 'Installing'
@title = 'Installing Bitmask'

Installation
============

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 :)