Mercurial > libervia-pubsub
comparison doc/installation.rst @ 446:67da33212b2b
doc: update dev instruction, `requirements.txt` now launches `setup.py`
author | Goffi <goffi@goffi.org> |
---|---|
date | Sun, 21 Mar 2021 14:39:13 +0100 |
parents | 6cef8aa1c991 |
children | 445a2f67be4a |
comparison
equal
deleted
inserted
replaced
445:fe24bb60236f | 446:67da33212b2b |
---|---|
60 $ hg clone https://repos.goffi.org/sat_pubsub && cd sat_pubsub | 60 $ hg clone https://repos.goffi.org/sat_pubsub && cd sat_pubsub |
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 | |
66 And sat-pubsub itself:: | |
67 | |
68 $ pip install -e . | |
69 | 65 |
70 And that's it! Please refer to `Post Installation`_ to initialize database. | 66 And that's it! Please refer to `Post Installation`_ to initialize database. |
71 | 67 |
72 Next time you can update with:: | 68 Next time you can update with:: |
73 | 69 |