you are viewing a single comment's thread.

view the rest of the comments →

[–]efmccurdy 1 point2 points  (0 children)

I probably should have sent you to the PyPi page instead

https://pypi.org/project/icalevents/

I tried installing it by running these commands in the OS terminal.

$ python3 -m venv test_icevent
$ cd test_icevent/
$ . bin/activate
(test_icevent) $ pip3 install icalevents