Skip to content

Commit

Permalink
Remove the syntax highlighting for the install, as it's slightly broken
Browse files Browse the repository at this point in the history
  • Loading branch information
golmschenk committed Feb 1, 2024
1 parent 7a3859d commit a054598
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 @@ -17,7 +17,7 @@ To install ``qusi``, with Python >= 3.11:
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
.. code::
conda create -n project_using_qusi_env python=3.11
Expand Down

0 comments on commit a054598

Please sign in to comment.