diff --git a/README.md b/README.md index 90dd467..4efaee9 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,15 @@ To install from [PyPI](https://pypi.org/project/sync-ics2gcal/) with [pip](https pip install sync-ics2gcal ``` -Or download source code and install: +Or download source code and install using poetry: ```sh -python setup.py install +# install poetry +pip install poetry +# install project and deps to virtualenv +poetry install +# run +poetry run sync-ics2gcal ``` ## Configuration