From cb11049692cdcb0e216569d9266847d0db7b9951 Mon Sep 17 00:00:00 2001 From: CMGConseil <36569113+ActurialCapital@users.noreply.github.com> Date: Tue, 2 Jul 2024 09:34:48 +0200 Subject: [PATCH] Update README --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6c14a62..4edaae3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@
  • Installation
  • +
  • Testing
  • Getting Started
  • Contributing
  • License
  • @@ -67,6 +68,12 @@ The easiest way to install `blocks` is via `PyPI`: pip install python-blocks ``` +Or via `poetry`: + +```sh +poetry add python-blocks +``` + ## Testing To run the test suite after installation, follow these steps from the source directory. First, install `pytest` version 8.2.2: