Skip to content

Commit 7e5a21c

Browse files
authored
Document python3-dev dependency (#957)
1 parent 5d63370 commit 7e5a21c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ Please see the `full documentation <https://pywb.readthedocs.org>`_ for more det
6060
Installation for Deployment
6161
---------------------------
6262

63+
On Linux-based systems, first verify that ``python3-dev`` is installed. If it is not, install it with your package manager. E.g. on a Debian-based system, use:
64+
65+
``sudo apt install python3-dev``
66+
6367
To install pywb for usage, you can use:
6468

6569
``pip install pywb``

0 commit comments

Comments
 (0)