diff options
| author | Michael Merickel <michael@merickel.org> | 2016-02-08 00:00:23 -0600 |
|---|---|---|
| committer | Michael Merickel <michael@merickel.org> | 2016-02-08 00:00:23 -0600 |
| commit | 4337a25b30f53ad8f64babe5835a4d3d35f29a41 (patch) | |
| tree | 9e03cb3367464675357800ef24e02e0ef161851b /docs/tutorials | |
| parent | 14cff75aca9c2858d0575d8e6beba9758eb012d6 (diff) | |
| download | pyramid-4337a25b30f53ad8f64babe5835a4d3d35f29a41.tar.gz pyramid-4337a25b30f53ad8f64babe5835a4d3d35f29a41.tar.bz2 pyramid-4337a25b30f53ad8f64babe5835a4d3d35f29a41.zip | |
minor fixes to wiki2 distributing chapter
Diffstat (limited to 'docs/tutorials')
| -rw-r--r-- | docs/tutorials/wiki2/distributing.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/tutorials/wiki2/distributing.rst b/docs/tutorials/wiki2/distributing.rst index fee50a1cf..ec90859a9 100644 --- a/docs/tutorials/wiki2/distributing.rst +++ b/docs/tutorials/wiki2/distributing.rst @@ -4,9 +4,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. +current working directory contains the ``tutorial`` package and the +``setup.py`` file. On UNIX: |
