1
0
mirror of https://github.com/b4tman/sync_ics2gcal synced 2025-01-21 07:28:24 +00:00

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

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