Update Installation.rst
This commit is contained in:
committed by
Alessandro Candido
parent
7c565236b1
commit
32c3142a7c
@@ -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
|
git clone https://github.com/qiboteam/qibotn.git
|
||||||
(.venv) $pip install lumache
|
cd qibotn
|
||||||
|
poetry install
|
||||||
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']
|
|
||||||
|
|||||||
Reference in New Issue
Block a user