Mercurial > libervia-pubsub
comparison doc/installation.rst @ 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 | 67da33212b2b |
comparison
equal
deleted
inserted
replaced
442:b38b8beac609 | 443:6cef8aa1c991 |
---|---|
61 | 61 |
62 Now you can install requirements:: | 62 Now you can install requirements:: |
63 | 63 |
64 $ pip install -r requirements.txt | 64 $ pip install -r requirements.txt |
65 | 65 |
66 And that's it! Please refer to :ref:`post_installation` to initialize database. | 66 And sat-pubsub itself:: |
67 | |
68 $ pip install -e . | |
69 | |
70 And that's it! Please refer to `Post Installation`_ to initialize database. | |
71 | |
72 Next time you can update with:: | |
73 | |
74 $ hg pull -u | |
75 | |
76 .. note:: | |
77 | |
78 if requirements change, you may have to enter ``pip install -r requirements.txt`` | |
79 again, check also `Update`_ below) | |
67 | 80 |
68 Installation From Sources | 81 Installation From Sources |
69 ------------------------- | 82 ------------------------- |
70 | 83 |
71 .. note:: | 84 .. note:: |
92 .. note:: | 105 .. note:: |
93 | 106 |
94 If your are installing from a local clone of the repository, it has been reported that | 107 If your are installing from a local clone of the repository, it has been reported that |
95 installation with ``python setup.py install`` is not working properly. Please use ``pip | 108 installation with ``python setup.py install`` is not working properly. Please use ``pip |
96 install .`` instead. | 109 install .`` instead. |
97 | |
98 .. _post_installation: | |
99 | 110 |
100 Post Installation | 111 Post Installation |
101 ----------------- | 112 ----------------- |
102 | 113 |
103 Once SàT Pubsub is installed, you'll need to create a PostgreSQL user, and create the | 114 Once SàT Pubsub is installed, you'll need to create a PostgreSQL user, and create the |