summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-10-22 11:20:20 -0200
committerKali Kaneko <kali@leap.se>2013-10-22 11:22:20 -0200
commite4ede90a3e20bd9b023fed12d6d72db3fcc380ab (patch)
tree137e7854818f25d52591b5a2b96f64bba414cb8b /README.rst
parent1e1e65134474d65c00a0b5ed89c70fe46c56a1e5 (diff)
add pip install
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index a9af236e..4bebc180 100644
--- a/README.rst
+++ b/README.rst
@@ -48,10 +48,15 @@ With a Debian based system, to be able to run Bitmask you need to run the follow
Installing
-----------
-After getting the source and installing all the dependencies, proceed to install ``bitmask`` package::
+Quick install, from the cheese shop::
+
+ $ sudo pip install leap.bitmask
+
+If you prefer to install from sources::
+
+ $ make
+ $ sudo python2 setup.py install
- $ make
- $ sudo python2 setup.py install
Running
-------