Skip to content

Fixup/readme #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 27, 2013
Merged
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
20 changes: 13 additions & 7 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,19 @@ INSTALL
=======
If you have downloaded the source code:

python setup.py install

or if you want to obtain a copy more easily:
.. code-block:: console

$ python setup.py install

or if you want to obtain a copy more easily:

.. code-block:: console

$ easy_install gitpython

easy_install gitpython

A distribution package can be obtained for manual installation at:

http://pypi.python.org/pypi/GitPython
http://pypi.python.org/pypi/GitPython

SOURCE
======
Expand All @@ -38,7 +42,9 @@ https://github.com/gitpython-developers/GitPython

and cloned using:

git clone git://github.com/gitpython-developers/GitPython.git git-python
.. code-block:: console

$ git clone git://github.com/gitpython-developers/GitPython.git git-python


DOCUMENTATION
Expand Down