Add note about preferring git:// over http://

This commit is contained in:
Will Kahn-Greene 2012-03-19 09:49:48 -04:00
Родитель 7a2aa039d2
Коммит 1da75b46c8
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -77,6 +77,12 @@ even easier method when installing a new library from a git repo::
$ git ci -m "Adding $LIBRARY"
.. Note::
Use the ``git://`` url for a repository and not the ``http://``
one. The git protocol is more resilient and faster to clone over.
Using PyPI
----------