From dc0db2dc1b9af68cf2810c2dd6574f1e758fffb2 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Sat, 27 Aug 2022 04:21:38 -0700 Subject: [PATCH] Update install and release notes --- README.md | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/README.md b/README.md index 0a56f7a..c80efb6 100644 --- a/README.md +++ b/README.md @@ -24,13 +24,6 @@ Features include: pip install yaml2ics ``` -**Note:** due to a pending release of a dependency (`ics-py`), an additional -step is required: - -``` -pip install -r requirements.txt -``` - ## Usage To produce a calendar from a list of events: @@ -86,6 +79,3 @@ pytest [black](https://github.com/psf/black) and other linters are used to auto-format files (and enforced by CI). To install the git hooks, use `pre-commit install`. To run the tests/auto-formatting manually, use `pre-commit run --all-files`. - -Releases are automatically pushed on PyPi by the CI when pushing a tag -following `*.*`.