Skip to content

Commit e067cde

Browse files
committed
also update the example int eh README
Signed-off-by: Felix Kronlage-Dammers <[email protected]>
1 parent a7bd5d1 commit e067cde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ If you want to test the generation of our public calendar locally, simply instal
1515
```
1616
python -m pip install --upgrade pip
1717
pip install ics==0.8.0.dev0
18-
pip install yaml2ics==0.2
18+
pip install yaml2ics==0.3
1919
pip install pyyaml
2020
```
2121
The `yml` file for our regular community calls is automatically generated by `communitycall.py`. You need to call this script prior to executing `yaml2ics` or the calendar build will fail (due to the otherwise missing file `communitycall.yml`). To do so, call

0 commit comments

Comments
 (0)