mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-11-04 12:38:32 +00:00
update README
This commit is contained in:
@@ -14,10 +14,15 @@ To install from [PyPI](https://pypi.org/project/sync-ics2gcal/) with [pip](https
|
|||||||
pip install sync-ics2gcal
|
pip install sync-ics2gcal
|
||||||
```
|
```
|
||||||
|
|
||||||
Or download source code and install:
|
Or download source code and install using poetry:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
python setup.py install
|
# install poetry
|
||||||
|
pip install poetry
|
||||||
|
# install project and deps to virtualenv
|
||||||
|
poetry install
|
||||||
|
# run
|
||||||
|
poetry run sync-ics2gcal
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|||||||
Reference in New Issue
Block a user