summaryrefslogtreecommitdiff
path: root/docs/tutorials
diff options
context:
space:
mode:
authorSteve Piercy <web@stevepiercy.com>2016-02-28 02:48:06 -0800
committerSteve Piercy <web@stevepiercy.com>2016-02-28 02:48:06 -0800
commit154d86ff6d5bb2ad28d11d664787ddabc32a3475 (patch)
tree4e0a8d1d56ff409054468dc9afd3feebd2acf342 /docs/tutorials
parent0c3f2ba10105c618ca473e5d9a34020b10c42d86 (diff)
parent3a89ff8ac584f4dcbeca49e1bfbb516006f45446 (diff)
downloadpyramid-154d86ff6d5bb2ad28d11d664787ddabc32a3475.tar.gz
pyramid-154d86ff6d5bb2ad28d11d664787ddabc32a3475.tar.bz2
pyramid-154d86ff6d5bb2ad28d11d664787ddabc32a3475.zip
Merge pull request #2382 from stevepiercy/feature/alchemy-scaffold-update
update distributing.rst (done)
Diffstat (limited to 'docs/tutorials')
-rw-r--r--docs/tutorials/wiki2/distributing.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/docs/tutorials/wiki2/distributing.rst b/docs/tutorials/wiki2/distributing.rst
index ec90859a9..84e0e6d84 100644
--- a/docs/tutorials/wiki2/distributing.rst
+++ b/docs/tutorials/wiki2/distributing.rst
@@ -9,13 +9,13 @@ current working directory contains the ``tutorial`` package and the
On UNIX:
-.. code-block:: text
+.. code-block:: bash
$ $VENV/bin/python setup.py sdist
On Windows:
-.. code-block:: text
+.. code-block:: ps1con
c:\pyramidtut> %VENV%\Scripts\python setup.py sdist
@@ -26,8 +26,7 @@ The output of such a command will be something like:
running sdist
# .. more output ..
creating dist
- tar -cf dist/tutorial-0.0.tar tutorial-0.0
- gzip -f9 dist/tutorial-0.0.tar
+ Creating tar archive
removing 'tutorial-0.0' (and everything under it)
Note that this command creates a tarball in the "dist" subdirectory named