diff --git a/doc/source/getting-started/experiment.rst b/doc/source/getting-started/experiment.rst index 7aa67b740..5a26fc76a 100644 --- a/doc/source/getting-started/experiment.rst +++ b/doc/source/getting-started/experiment.rst @@ -131,19 +131,20 @@ And the we can define the runcard ``my_platform/parameters.json``: Setting up the environment -------------------------- -After defining the platform, we must instruct ``qibolab`` of the location of the create file. +After defining the platform, we must instruct ``qibolab`` of the location of the platform(s). +We need to define the path that contains platform folders. This can be done using an environment variable: for Unix based systems: .. code-block:: bash - export QIBOLAB_PLATFORMS= + export QIBOLAB_PLATFORMS= for Windows: .. code-block:: bash - $env:QIBOLAB_PLATFORMS="" + $env:QIBOLAB_PLATFORMS="" To avoid having to repeat this export command for every session, this line can be added to the ``.bashrc`` file (or alternatives as ``.zshrc``).