# HG changeset patch # User Goffi # Date 1565951135 -7200 # Node ID f527dc927a6a68f7d5722d94bedcb89b0d3cbb28 # Parent 3c2c602ce3990edcba5185f6192a0648532fe9ee doc (installation): update diff -r 3c2c602ce399 -r f527dc927a6a doc/installation.rst --- 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