update README

This commit is contained in:
Dmitry Belyaev 2021-10-09 15:54:31 +03:00
parent df2f3ef483
commit d08671e722
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 7 additions and 2 deletions

View File

@ -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