diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:31:57 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-18 12:31:57 -0700 |
| commit | e7e882123059c6740b061b9aa2a8bec97f17e328 (patch) | |
| tree | 3545a16fa6bfcdae7ac03fc55e66986bf311f508 /docs/tutorials/wiki | |
| parent | 1ab8797e38a9ea9e1691224e15b5849de6d2f68d (diff) | |
| download | pyramid-e7e882123059c6740b061b9aa2a8bec97f17e328.tar.gz pyramid-e7e882123059c6740b061b9aa2a8bec97f17e328.tar.bz2 pyramid-e7e882123059c6740b061b9aa2a8bec97f17e328.zip | |
Clean up code-blocks in tutorials/wiki/distributing
Diffstat (limited to 'docs/tutorials/wiki')
| -rw-r--r-- | docs/tutorials/wiki/distributing.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/tutorials/wiki/distributing.rst b/docs/tutorials/wiki/distributing.rst index 011a94f51..3937fcff8 100644 --- a/docs/tutorials/wiki/distributing.rst +++ b/docs/tutorials/wiki/distributing.rst @@ -13,23 +13,23 @@ On UNIX: .. code-block:: bash - $ $VENV/bin/python setup.py sdist + $VENV/bin/python setup.py sdist On Windows: .. code-block:: doscon - c:\tutorial> %VENV%\Scripts\python setup.py sdist + %VENV%\Scripts\python setup.py sdist The output of such a command will be something like: .. code-block:: text - running sdist - # more output - creating dist - Creating tar archive - removing 'tutorial-0.0' (and everything under it) + running sdist + # more output + creating dist + Creating tar archive + removing 'tutorial-0.0' (and everything under it) Note that this command creates a tarball in the "dist" subdirectory named ``tutorial-0.0.tar.gz``. You can send this file to your friends to show them |
