mirror of
https://github.com/b4tman/sync_ics2gcal
synced 2025-01-21 07:28:24 +00:00
update README
This commit is contained in:
parent
df2f3ef483
commit
d08671e722
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user