diff options
| author | Chris McDonough <chrism@plope.com> | 2013-01-18 14:13:39 -0800 |
|---|---|---|
| committer | Chris McDonough <chrism@plope.com> | 2013-01-18 14:13:39 -0800 |
| commit | 5512f27564552c6f0acfb98de34aff5795da59ff (patch) | |
| tree | d224abfd4f8898bfaf29fa9a16a5b12c621b05dc | |
| parent | a440f26b8a0bbe64d05316d379b483dfb755ee5c (diff) | |
| parent | b31e5c9c46f4d87177b114f50328a8b0b39908be (diff) | |
| download | pyramid-5512f27564552c6f0acfb98de34aff5795da59ff.tar.gz pyramid-5512f27564552c6f0acfb98de34aff5795da59ff.tar.bz2 pyramid-5512f27564552c6f0acfb98de34aff5795da59ff.zip | |
Merge pull request #803 from tshepang/link
fix #747
| -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 6653243d5..224a62db7 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -68,7 +68,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 |
