diff --git a/README.md b/README.md index 7552994..d587293 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Currently, the supported tensor network libraries are: To get started: ```sh -pip install . +pip install qibotn ``` to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in @@ -39,6 +39,16 @@ case you need them. +## Contribute + +To contribute, please install using poetry: + +```sh +git clone https://github.com/qiboteam/qibotn.git +cd qibotn +poetry install +``` + ## Sample Codes ### Single-Node Example