Skip to content

Commit

Permalink
Update the comment about using a Conda environment
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Feb 1, 2024
1 parent 732a132 commit 7a3859d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ To install ``qusi``, with Python >= 3.11:
pip install qusi
However, although not required, we highly recommend creating a separate virtual environment for each distinct project (not just when using ``qusi``, but generally). For example, via Conda, creating a virtual environment for a project using ``qusi`` might look like:
Although not required, as is generally good practice for any development project, we highly recommend creating a separate virtual environment for each distinct project. For example, via Conda, creating a virtual environment for a project using ``qusi`` might look like:

.. code:: shell
Expand Down

0 comments on commit 7a3859d

Please sign in to comment.