Skip to content

Commit

Permalink
Merge pull request #82 from hunterjackson/patch-1
Browse files Browse the repository at this point in the history
update readme: python3-dev is needed not python-dev
  • Loading branch information
AntonKueltz authored Jan 9, 2023
2 parents 589d800 + 017e9bc commit 06b879e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ apt

.. code:: bash
$ sudo apt-get install python-dev libgmp3-dev
$ sudo apt-get install python3-dev libgmp3-dev
yum
~~~
Expand Down

0 comments on commit 06b879e

Please sign in to comment.