From 32c3142a7c94dbd02914b9a96022f481c17c778f Mon Sep 17 00:00:00 2001 From: Vinitha-balachandran <127284874+Vinitha-balachandran@users.noreply.github.com> Date: Thu, 29 Feb 2024 16:37:28 +0800 Subject: [PATCH] Update Installation.rst --- docs/source/Installation.rst | 26 +++++++------------------- 1 file changed, 7 insertions(+), 19 deletions(-) diff --git a/docs/source/Installation.rst b/docs/source/Installation.rst index 64ed5e8..73f30cd 100644 --- a/docs/source/Installation.rst +++ b/docs/source/Installation.rst @@ -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