Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/user/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Die Installation von Requests funktioniert sehr einfach über `pip <http://www.p

$ pip install requests

order mit `easy_install <http://pypi.python.org/pypi/setuptools>`_::
oder mit `easy_install <http://pypi.python.org/pypi/setuptools>`_::

$ easy_install requests

Expand All @@ -37,7 +37,7 @@ Holen Sie sich den Code
Requests wird aktiv auf Guthub entwickelt, wo der Code
`immer verfügbar ist <https://github.com/kennethreitz/requests>`_.

Sie können entweder das öffentliche Repository clonen::
Sie können entweder das öffentliche Repository klonen::

git clone git://github.com/kennethreitz/requests.git

Expand Down