Skip to content

Commit

Permalink
chore: fix typos in README
Browse files Browse the repository at this point in the history
fixed a typo "not" to "note" and changed a command to make it also work in zsh
  • Loading branch information
tyn1998 authored and N-Coder committed Feb 9, 2024
1 parent f9e6bcf commit 9c05c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,11 @@ To get a similar Jupyter Notebook with a little more compute power running on yo

.. code-block:: bash
pip install ogdf-python[quickstart]
pip install 'ogdf-python[quickstart]'
jupyter lab
The optional ``[quickstart]`` pulls in matplotlib and jupyter lab as well as a ready-to-use binary build of the OGDF via `ogdf-wheel <https://github.com/ogdf/ogdf-wheel>`_.
Please not that downloading and installing all dependencies (especially building ``cppyy``) may take a moment.
Please note that downloading and installing all dependencies (especially building ``cppyy``) may take a moment.
Alternatively, see the instructions `below <#manual-installation>`_ for installing ``ogdf-python`` without this if you want to use your own local build of the OGDF.

Usage
Expand Down

0 comments on commit 9c05c11

Please sign in to comment.