diff options
-rw-r--r-- | doc/install.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/install.rst b/doc/install.rst index 757b7757..67af7203 100644 --- a/doc/install.rst +++ b/doc/install.rst @@ -63,6 +63,10 @@ with:: $ sudo apt-get install python-dev +or for Python 3.x:: + + $ sudo apt-get install python3-dev + Installing on Windows --------------------- |