diff options
| author | Steve Piercy <web@stevepiercy.com> | 2014-04-09 14:47:15 -0400 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2014-04-09 14:47:15 -0400 |
| commit | b98c12b0041df54908245c5f747d9f1a0b50d10c (patch) | |
| tree | d388f17b3c2d996eab929c39a32a071388bedb43 /docs/quick_tutorial | |
| parent | 0117573edbc5dff565868187f8841859b3e36a51 (diff) | |
| parent | 25c886ebad924786bef43cd27ce7a57d95ce3482 (diff) | |
| download | pyramid-b98c12b0041df54908245c5f747d9f1a0b50d10c.tar.gz pyramid-b98c12b0041df54908245c5f747d9f1a0b50d10c.tar.bz2 pyramid-b98c12b0041df54908245c5f747d9f1a0b50d10c.zip | |
Merge pull request #1287 from stevepiercy/master
- clarify Windows setuptools instructions
Diffstat (limited to 'docs/quick_tutorial')
| -rw-r--r-- | docs/quick_tutorial/requirements.rst | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/docs/quick_tutorial/requirements.rst b/docs/quick_tutorial/requirements.rst index 72bb4a4f8..b79be4b3a 100644 --- a/docs/quick_tutorial/requirements.rst +++ b/docs/quick_tutorial/requirements.rst @@ -187,9 +187,15 @@ pipe it to your environment's version of Python. $ wget https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.py -O - | $VENV/bin/python # Windows - # Use your browser to download: - # https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setup.p - # ...into c:\projects\quick_tutorial\ez_setup.py + # + # Use your web browser to download this file: + # https://bitbucket.org/pypa/setuptools/raw/bootstrap/ez_setupy + # + # ...and save it to: + # c:\projects\quick_tutorial\ez_setup.py + # + # Then run the following command: + c:\> %VENV%\Scripts\python ez_setup.py If ``wget`` complains with a certificate error, then run this command instead: |
