Update Installation.rst

This commit is contained in:
Vinitha-balachandran
2024-02-29 16:37:28 +08:00
committed by Alessandro Candido
parent 7c565236b1
commit 32c3142a7c

View File

@@ -1,22 +1,10 @@
Usage
-----
-----
Installation instructions
=========================
Installation
------------
QiboTN can be installed directly from the source repository on Github:
To use QiboTn, first install it using pip:
.. code-block::
.. code-block:: console
(.venv) $pip install lumache
Creating recipes
----------------
To retrieve a list of random ingredients,
you can use the ``lumache.get_random_ingredients()`` function:
.. autofunction:: lumache.get_random_ingredients
>>> import lumache
>>> lumache.get_random_ingredients()
['shells', 'gorgonzola', 'parsley']
git clone https://github.com/qiboteam/qibotn.git
cd qibotn
poetry install