-
Notifications
You must be signed in to change notification settings - Fork 133
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from IanLee1521/patch-2
Added link to setuptools docs
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ About This Tutorial / Contributing | |
|
||
Scott Torborg - `[email protected] <mailto:[email protected]>`_. | ||
|
||
I wrote this tutorial in an attempt to improve the state of Python packages at large. Tools like `virtualenv <http://www.virtualenv.org/en/latest/>`_ and `pip <http://www.pip-installer.org/en/latest/>`_, as well as improvements to setuptools, have made the Python package ecosystem a delight to work in. | ||
I wrote this tutorial in an attempt to improve the state of Python packages at large. Tools like `virtualenv <http://www.virtualenv.org/en/latest/>`_ and `pip <http://www.pip-installer.org/en/latest/>`_, as well as improvements to `setuptools <https://pythonhosted.org/setuptools/>`_, have made the Python package ecosystem a delight to work in. | ||
|
||
However, I frequently run across packages I want to use that don't interoperate correctly with others, or find myself in situations where I'm not sure exactly how to structure things. This is an attempt to fix that. | ||
|
||
|