mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
Mark up command line options
This commit is contained in:
@@ -38,7 +38,7 @@ cx_Freeze yes yes yes yes PSF no yes yes
|
||||
.. note::
|
||||
All solutions need MS Visual C++ dll to be installed on target machine.
|
||||
Only Pyinstaller makes self-executable exe that bundles the dll when
|
||||
passing ``--onefile`` to :file:`Configure.py`.
|
||||
passing :option:`--onefile` to :file:`Configure.py`.
|
||||
|
||||
Windows
|
||||
-------
|
||||
|
||||
@@ -67,7 +67,7 @@ pypiserver
|
||||
|
||||
`Pypiserver <https://pypi.python.org/pypi/pypiserver>`_ is a minimal PyPI compatible server.
|
||||
It can be used to serve a set of packages to easy_install or pip. It includes helpful
|
||||
features like an administrative command (``-U``) which will update all its packages to their
|
||||
features like an administrative command (:option:`-U`) which will update all its packages to their
|
||||
latest versions found on PyPI.
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user