diff options
| author | Nina Zakharenko <nzakharenko@gmail.com> | 2014-04-14 16:44:32 -0400 |
|---|---|---|
| committer | Nina Zakharenko <nzakharenko@gmail.com> | 2014-04-14 16:44:32 -0400 |
| commit | abab3574569d39eeea5459eaad102eb6c7b2d7ef (patch) | |
| tree | a740d0764a4c20cc5c971ffc78816817026b1993 /docs/narr | |
| parent | 8af14089b511723912063bb1b8f1471378d4a0ba (diff) | |
| download | pyramid-abab3574569d39eeea5459eaad102eb6c7b2d7ef.tar.gz pyramid-abab3574569d39eeea5459eaad102eb6c7b2d7ef.tar.bz2 pyramid-abab3574569d39eeea5459eaad102eb6c7b2d7ef.zip | |
adding comments for python versions
Diffstat (limited to 'docs/narr')
| -rw-r--r-- | docs/narr/install.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/narr/install.rst b/docs/narr/install.rst index 54984e6a2..4ccf65c65 100644 --- a/docs/narr/install.rst +++ b/docs/narr/install.rst @@ -43,7 +43,10 @@ Alternatively, you can use the `homebrew <http://brew.sh/>`_ package manager. .. code-block:: text + # for python 2.7 $ brew install python + + # for python 3.4 $ brew install python3 If you use an installer for your Python, then you can skip to the section |
