diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-04-12 07:01:29 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-04-12 07:01:29 -0700 |
| commit | a7036807edc54987f4c42eeb459d950760216b6f (patch) | |
| tree | 78e5994d2119b45461ea7c1ba924b8d000d7ac62 /docs/tutorials/wiki/distributing.rst | |
| parent | 654821decedd4f70e6de22e177b216f18524e609 (diff) | |
| parent | d67566acebf890a603fad0e9069d5e131dfb5b31 (diff) | |
| download | pyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.gz pyramid-a7036807edc54987f4c42eeb459d950760216b6f.tar.bz2 pyramid-a7036807edc54987f4c42eeb459d950760216b6f.zip | |
Merge pull request #2484 from stevepiercy/docs/easy-install-to-pip.2104
one does not simply "create a virtualenv". one should "create a virtu…
Diffstat (limited to 'docs/tutorials/wiki/distributing.rst')
| -rw-r--r-- | docs/tutorials/wiki/distributing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/tutorials/wiki/distributing.rst b/docs/tutorials/wiki/distributing.rst index a7ea601ee..8bdf51021 100644 --- a/docs/tutorials/wiki/distributing.rst +++ b/docs/tutorials/wiki/distributing.rst @@ -7,8 +7,8 @@ Distributing Your Application Once your application works properly, you can create a "tarball" from it by using the ``setup.py sdist`` command. The following commands assume your current working directory is the ``tutorial`` package we've created and that -the parent directory of the ``tutorial`` package is a virtualenv representing -a :app:`Pyramid` environment. +the parent directory of the ``tutorial`` package is a virtual environment +representing a :app:`Pyramid` environment. On UNIX: |
