From ec446fb3ff4461eec31a690280d2f41ad226d14a Mon Sep 17 00:00:00 2001 From: Fran Algaba Date: Tue, 28 Nov 2023 10:59:23 +0100 Subject: [PATCH] Update installation instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 340e0ad..bcd8c96 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Osiris is a Python library for data conversion and management. It is designed to Use the package manager [Poetry](https://python-poetry.org/docs/) to install osiris. ```bash -poetry add osiris +poetry add giza-osiris ``` ## Local Development