Updated docs
[diaspy.git] / README.md
index e77a0bf8f92805a70eccadeaeaf4ae77c51b5172..9c3613e2149c8e0be2c8686678a158982870d55f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-#### Unofficial Python interface for Diaspora\* social network
+## Unofficial Python interface for Diaspora\* social network
 
 `diaspy` is a set of modules which form an Python interface to the API of
 Disapora\* social network. 
@@ -15,6 +15,25 @@ can use only `diaspy.connection.Connection()` object as it is capable of
 doing everything. Other modules are just layers that provide easier access to
 parts of the Diaspora\* API.
 
+----
+
+### Dependencies
+
+List of software `diaspy` requires to run.
+Versions used by maintainer are the ones available in stock Arch x86\_64 repositories.
+
+**`python`**
+
+Version: 3.3.3
+[Website](https://www.python.org/)
+
+
+**`python-requests`**
+
+Version: 2.1.0
+[Website](http://docs.python-requests.org/en/latest/)
+
+
 ----
 
 #### Quick intro
@@ -31,6 +50,7 @@ You only need two objects to do this: `Stream()` and `Connection()`.
     >>> stream = diaspy.streams.Stream(c)
     >>> stream.post('Your first post')
 
+----
 
 #### 2. Reference implementation