From d9a255aae9a9e1254ff15f59187446ca3d4171ae Mon Sep 17 00:00:00 2001 From: Nithyasri Srivathsan <156629930+NithyasriVS@users.noreply.github.com> Date: Fri, 25 Oct 2024 22:27:59 +0800 Subject: [PATCH] Update installation to poetry from pip in readme file --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 56d53db..1f8fdeb 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,9 @@ Currently, the supported tensor network libraries are: To get started: ```sh -pip install . +git clone https://github.com/qiboteam/qibotn.git +cd qibotn +poetry install ``` to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in