changeset 409:f527dc927a6a

doc (installation): update
author Goffi <goffi@goffi.org>
date Fri, 16 Aug 2019 12:25:35 +0200
parents 3c2c602ce399
children 0861da6975b5
files doc/installation.rst
diffstat 1 files changed, 3 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.rst	Fri Aug 16 12:00:03 2019 +0200
+++ b/doc/installation.rst	Fri Aug 16 12:25:35 2019 +0200
@@ -5,8 +5,8 @@
 This are the instructions to install SàT Pubsub.
 
 Please note that SàT PubSub, as all SàT ecosystem, is still using Python 2 (this will
-change for 0.8 version which will be Python 3 only), so all instructions below have to be
-made using python 2.
+change for SàT PubSub 0.4 version which will be Python 3 only), so all instructions below
+have to be made using python 2.
 
 .. note::
 
@@ -36,15 +36,10 @@
 Installation From Sources
 -------------------------
 
-.. note::
-
-   The installation script is not up-to-date (notably requirements). The situation should
-   improve soon.
-
 To install SàT PubSub we'll work in a virtual environment. On Debian and derivatives you
 should easily install dependencies with this::
 
-    sudo apt-get install postgresql python-psycopg2 python-dev mercurial virtualenv
+    sudo apt-get install postgresql python-dev mercurial virtualenv
 
 Now go in a location where you can install SàT Pubsub, for instance your home directory::
 
@@ -55,7 +50,6 @@
 
     $ virtualenv2 env
     $ source env/bin/activate
-    $ pip install uuid twisted wokkel psycopg2 sat_tmp
     $ pip install hg+https://repos.goffi.org/sat_pubsub
 
 Post Installation