diff options
| author | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-17 22:30:25 +0200 |
|---|---|---|
| committer | Tshepang Lekhonkhobe <tshepang@gmail.com> | 2013-01-17 22:30:25 +0200 |
| commit | b31e5c9c46f4d87177b114f50328a8b0b39908be (patch) | |
| tree | 501cfe5643c03b0fd4da819bd70453cfa1798253 /docs | |
| parent | d5402139717073969d347b4e2d677267d33dfc53 (diff) | |
| download | pyramid-b31e5c9c46f4d87177b114f50328a8b0b39908be.tar.gz pyramid-b31e5c9c46f4d87177b114f50328a8b0b39908be.tar.bz2 pyramid-b31e5c9c46f4d87177b114f50328a8b0b39908be.zip | |
fix #747
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/narr/install.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index a78c1b2bd..19c144156 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -70,7 +70,8 @@ Python interpreter to develop your software. The authors of :app:`Pyramid` tend not to use the system Python for development purposes; always a self-compiled one. Compiling Python is usually easy, and often the "system" Python is compiled with options that -aren't optimal for web development. +aren't optimal for web development. For an explanation, see +https://github.com/Pylons/pyramid/issues/747. To compile software on your UNIX system, typically you need development tools. Often these can be installed via the package |
