From b2c0ffad992620f3f903da0f928303e16a0bb2f1 Mon Sep 17 00:00:00 2001 From: Stefano Carrazza Date: Tue, 5 Mar 2024 02:21:09 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d00f315..56d53db 100644 --- a/README.md +++ b/README.md @@ -31,10 +31,10 @@ Currently, the supported tensor network libraries are: To get started: ```sh -python setup.py install +pip install . ``` -to install the tools and dependencies. A few extras are provided, check `setup.py` in +to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in case you need them.