diff options
| author | Steve Piercy <web@stevepiercy.com> | 2016-12-23 03:25:44 -0800 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2016-12-23 03:25:44 -0800 |
| commit | 5d9fd5fb7ca74ac33f2809c7e2949470d318b945 (patch) | |
| tree | c86d5add2b0456f5e8c10e74b6470b477948d5e2 /docs/tutorials/wiki/distributing.rst | |
| parent | e7b12f6111926cd3073cf1d6365c7a96ef3235b9 (diff) | |
| download | pyramid-5d9fd5fb7ca74ac33f2809c7e2949470d318b945.tar.gz pyramid-5d9fd5fb7ca74ac33f2809c7e2949470d318b945.tar.bz2 pyramid-5d9fd5fb7ca74ac33f2809c7e2949470d318b945.zip | |
make distributing.rst's consistent, use pip install
Diffstat (limited to 'docs/tutorials/wiki/distributing.rst')
| -rw-r--r-- | docs/tutorials/wiki/distributing.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki/distributing.rst b/docs/tutorials/wiki/distributing.rst index 8f1318ec0..c1fc57e0c 100644 --- a/docs/tutorials/wiki/distributing.rst +++ b/docs/tutorials/wiki/distributing.rst @@ -6,9 +6,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 virtual environment -representing a :app:`Pyramid` environment. +current working directory contains the ``tutorial`` package and the +``setup.py`` file. On UNIX: |
