summaryrefslogtreecommitdiff
path: root/docs/user/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user/install.rst')
-rw-r--r--docs/user/install.rst37
1 files changed, 32 insertions, 5 deletions
diff --git a/docs/user/install.rst b/docs/user/install.rst
index da1d914c..2a597c8b 100644
--- a/docs/user/install.rst
+++ b/docs/user/install.rst
@@ -8,24 +8,51 @@ We assume that you want to get it properly installed before being able to use it
.. note::
- The recommended way of installing in the near future will be the standalone bundles, but those are not quite ready yet. Methods described in this page assume you are familiar with python code, and you can find your way through the process of dependencies install. You can refer to the sections :ref:`setting up a working environment <environment>` or :ref:`fetching latest code for testing <fetchinglatest>`.
+ Methods described in this page assume you are familiar with python code, and you can find your way through the process of dependencies install. You can refer to the sections :ref:`setting up a working environment <environment>` or :ref:`fetching latest code for testing <fetchinglatest>`.
+Standalone bundle
+-----------------
+
+You can run Bitmask using the standalone bundle, the recommended way to use Bitmask.
+
+For the latest bundles and its signatures in https://downloads.leap.se/client/
+
+Linux 32 bits:
+ https://downloads.leap.se/client/linux/Bitmask-linux32-0.3.1.tar.bz2
+
+ https://downloads.leap.se/client/linux/Bitmask-linux32-0.3.1.tar.bz2.asc
+
+Linux 64 bits:
+ https://downloads.leap.se/client/linux/Bitmask-linux64-0.3.1.tar.bz2
+
+ https://downloads.leap.se/client/linux/Bitmask-linux64-0.3.1.tar.bz2.asc
+
+OSX:
+ https://downloads.leap.se/client/osx/Bitmask-OSX-0.3.1.dmg
+
+ https://downloads.leap.se/client/osx/Bitmask-OSX-0.3.1.dmg.asc
+
+Windows version is delayed right now.
+
+For the signature verification you can use ::
+
+ $ gpg --verify Bitmask-linux64-0.3.1.tar.bz2.asc
+
+Asuming that you downloaded the linux 64 bits bundle.
Distribute & Pip
----------------
-.. warning:: The package in the cheese shop is from the stable, `0.2.0` release, which is now outdated. You are encouraged to install the development version instead.
-
Installing Bitmask is as simple as using `pip <http://www.pip-installer.org/>`_ for the already released versions ::
- $ pip install bitmask
+ $ pip install leap.bitmask
Debian package
--------------
.. warning::
- The debian package in the leap repositories is from the stable, `0.2.0` release, which is now outdated. You are encouraged to install the development version instead,
+ The debian package in the leap repositories is from the stable, `0.2.0` release, which is now outdated. You are encouraged to install the development version instead.
First, you need to bootstrap your apt-key::