We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d8c23c commit 6b458b7Copy full SHA for 6b458b7
1 file changed
docs/source/prerequisites.rst
@@ -20,6 +20,10 @@ If you are on a 64 bit distro, you should install these packages too ::
20
21
sudo apt-get install ia32-libs and libc6-dev-i386
22
23
+On debian Squeeze amd64, those packages were found to be necessary ::
24
+
25
+ sudo apt-get install lib32stdc++6 lib32z1
26
27
Ensure you have the latest cython version::
28
29
pip install --upgrade cython
0 commit comments