diff options
| author | Steve Piercy <web@stevepiercy.com> | 2018-08-18 18:16:06 -0700 |
|---|---|---|
| committer | Steve Piercy <web@stevepiercy.com> | 2018-08-18 18:16:06 -0700 |
| commit | 72415c196ac02600e24f90d641512ed4216b94f5 (patch) | |
| tree | e467d7eea026d4ea27c5e1adbe3d738d305791d3 | |
| parent | 54f69cb5cc8000f47ac67e46bc9dd06ef8cf8a95 (diff) | |
| download | pyramid-72415c196ac02600e24f90d641512ed4216b94f5.tar.gz pyramid-72415c196ac02600e24f90d641512ed4216b94f5.tar.bz2 pyramid-72415c196ac02600e24f90d641512ed4216b94f5.zip | |
Clean up code-blocks in tutorials/wiki2/distributing
| -rw-r--r-- | docs/tutorials/wiki2/distributing.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/tutorials/wiki2/distributing.rst b/docs/tutorials/wiki2/distributing.rst index d296363ed..e558748d4 100644 --- a/docs/tutorials/wiki2/distributing.rst +++ b/docs/tutorials/wiki2/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 |
