Skip to content

Commit

Permalink
README.rst: python3 to python
Browse files Browse the repository at this point in the history
  • Loading branch information
gmou3 committed Aug 29, 2024
1 parent 4063a6d commit 0240f9b
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ Install either from ``PyPI`` [2]_

.. code-block:: bash
python3 -m pip install matroid-database
python -m pip install matroid-database
or from the ``GitHub`` source [3]_

.. code-block:: bash
git clone https://github.com/gmou3/matroid-database.git
python3 -m build matroid-database/
python3 -m pip install matroid-database/
**Note**: For an externally managed environment, you may wish to create a
virtual environment, or use the ``pip`` flag ``--break-system-packages``.
python -m build matroid-database/
python -m pip install matroid-database/
Usage
=====
Expand Down

0 comments on commit 0240f9b

Please sign in to comment.