summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2017-02-14 21:50:16 +0100
committerMatěj Cepl <mcepl@cepl.eu>2017-03-14 14:58:54 +0100
commitc9b624446e7e8cdcdc6cd789351f18e7ef4854e3 (patch)
tree5dc112725dd3147b884c01a25f6cc1dd4f2e0d85 /INSTALL.rst
parent9a7b7d8bbaf0d08d794b6094fff872a457aee79e (diff)
downloadm2crypto-c9b624446e7e8cdcdc6cd789351f18e7ef4854e3.tar.gz
INSTALL: add comment about required debian packages
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 9b03b18..1098bcb 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -18,6 +18,13 @@ environment, C compiler, header files for OpenSSL, etc.) also:
- SWIG 2.0.4 or newer
+Debian
+~~~~~~
+
+For Py2 & Py3 support install::
+
+ sudo apt-get install build-essential python3-dev python-dev libssl-dev swig
+
Installing on Unix-like systems, including Cygwin
-------------------------------------------------