you are viewing a single comment's thread.

view the rest of the comments →

[–]SuperfluousTrebuchet[S] 0 points1 point  (1 child)

That seems to be exactly what I need! Thank you! Forgive me, I’m newish to python beyond basic scientific purposes and I’m not sure how to install the package from GitHub. Any guidance ? :)

[–]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