changeset 443:6cef8aa1c991

doc: add missing `pip install -e .`
author Goffi <goffi@goffi.org>
date Fri, 19 Mar 2021 22:03:42 +0100
parents b38b8beac609
children 853432aa8002
files doc/installation.rst
diffstat 1 files changed, 14 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/doc/installation.rst	Fri Mar 19 12:46:32 2021 +0100
+++ b/doc/installation.rst	Fri Mar 19 22:03:42 2021 +0100
@@ -63,7 +63,20 @@
 
     $ pip install -r requirements.txt
 
-And that's it! Please refer to :ref:`post_installation` to initialize database.
+And sat-pubsub itself::
+
+    $ pip install -e .
+
+And that's it! Please refer to `Post Installation`_ to initialize database.
+
+Next time you can update with::
+
+    $ hg pull -u
+
+.. note::
+
+    if requirements change, you may have to enter ``pip install -r requirements.txt``
+    again, check also `Update`_ below)
 
 Installation From Sources
 -------------------------
@@ -95,8 +108,6 @@
    installation with ``python setup.py install`` is not working properly. Please use ``pip
    install .`` instead.
 
-.. _post_installation:
-
 Post Installation
 -----------------