Merge pull request #76 from NithyasriVS/readme_installation_poetrynotpip
Updating README file on installation for new qibotn users
This commit is contained in:
12
README.md
12
README.md
@@ -31,7 +31,7 @@ Currently, the supported tensor network libraries are:
|
|||||||
To get started:
|
To get started:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
pip install .
|
pip install qibotn
|
||||||
```
|
```
|
||||||
|
|
||||||
to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in
|
to install the tools and dependencies. A few extras are provided, check `pyproject.toml` in
|
||||||
@@ -39,6 +39,16 @@ case you need them.
|
|||||||
|
|
||||||
<!-- TODO: describe extras, after Poetry adoption and its groups -->
|
<!-- TODO: describe extras, after Poetry adoption and its groups -->
|
||||||
|
|
||||||
|
## Contribute
|
||||||
|
|
||||||
|
To contribute, please install using poetry:
|
||||||
|
|
||||||
|
```sh
|
||||||
|
git clone https://github.com/qiboteam/qibotn.git
|
||||||
|
cd qibotn
|
||||||
|
poetry install
|
||||||
|
```
|
||||||
|
|
||||||
## Sample Codes
|
## Sample Codes
|
||||||
|
|
||||||
### Single-Node Example
|
### Single-Node Example
|
||||||
|
|||||||
Reference in New Issue
Block a user