summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2017-07-08 19:36:39 +0200
committerKali Kaneko <kali@leap.se>2017-07-08 19:36:39 +0200
commit3af351190e318c04b83d016fdcfe39556d90e3c7 (patch)
tree324553cc3afa3b549645df0b3c8f9ad05a421b70 /README.rst
parent6efdee0a5bab59d90c915b44a65e798b4a426c4a (diff)
[docs] update changelog
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.rst b/README.rst
index f46b70e..28a725f 100644
--- a/README.rst
+++ b/README.rst
@@ -17,14 +17,17 @@ A collection of shared utils used by the several python LEAP subprojects.
Library dependencies
--------------------
+
* ``libssl-dev``
Python dependencies
-------------------
+
* See ``pkg/requirements.pip``
Extras
-------------------
+
Using `leap.common.http` needs some extra dependencies (twisted.web >= 14.0.2,
python-service-identity). You can install them by running::
@@ -33,6 +36,7 @@ python-service-identity). You can install them by running::
Running the tests
-------------------
+
To run the tests, first run the setup with:
.. code-block::