README.rst: Fix git install instructions

pull/1/head
Michael DM Dryden 2020-06-06 01:15:23 -04:00
rodzic 6a1f10e753
commit 7b14d86f13
1 zmienionych plików z 4 dodań i 3 usunięć

Wyświetl plik

@ -118,13 +118,14 @@ The easiest way to install or upgrade is with pip:
$ pip install telegram-stats-bot --upgrade
Or you can install the latest git version:
Or you can install the latest git version using `poetry <https://python-poetry.org/>`_ (installed to Python 3.7 or later):
.. code:: shell
$ pip install git+git://github.com/mkdryden/telegram-stats-bot.git
$ git clone https://github.com/mkdryden/telegram-stats-bot.git
$ poetry install
Installing directly with ``setup.py`` should also work.
Installing directly with ``setup.py`` should also work from the Pypi sdist (but why?).
-----
Setup