mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
fixed a few typos
This commit is contained in:
@@ -107,7 +107,7 @@ Prerequisite is to have installed :ref:`Python, Setuptools and pywin32 dependenc
|
||||
- `Manual <http://www.pyinstaller.org/export/d3398dd79b68901ae1edd761f3fe0f4ff19cfb1a/project/doc/Manual.html?format=raw>`_
|
||||
|
||||
|
||||
OS X
|
||||
OS X
|
||||
----
|
||||
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ The downside of distributing code like this is that it relies on the
|
||||
recipient understanding how to install the required version of Python,
|
||||
and being able and willing to use tools such as pip to install your code's
|
||||
other dependencies. This is fine when distributing to other developers, but
|
||||
makes this method unsuitable for distributing applications to end-uers.
|
||||
makes this method unsuitable for distributing applications to end-users.
|
||||
|
||||
The `Python Packaging Guide <https://python-packaging-user-guide.readthedocs.org/en/latest/>`_
|
||||
provides an extensive guide on creating and maintaining Python packages.
|
||||
|
||||
Reference in New Issue
Block a user