summaryrefslogtreecommitdiff
path: root/doc/source
diff options
context:
space:
mode:
Diffstat (limited to 'doc/source')
-rw-r--r--doc/source/changes.rst7
-rw-r--r--doc/source/intro.rst8
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index 839bf16..f544f76 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -3,6 +3,13 @@ Changelog
#########
*****
+0.6.0
+*****
+
+* Added support got python 3.X
+* Removed all `async` dependencies and all `*_async` versions of methods with it.
+
+*****
0.5.4
*****
* Adjusted implementation to use the SlidingMemoryManager by default in python 2.6 for efficiency reasons. In Python 2.4, the StaticMemoryManager will be used instead.
diff --git a/doc/source/intro.rst b/doc/source/intro.rst
index 8fc0ec0..4341386 100644
--- a/doc/source/intro.rst
+++ b/doc/source/intro.rst
@@ -11,9 +11,9 @@ Interfaces are used to describe the API, making it easy to provide alternate imp
================
Installing GitDB
================
-Its easiest to install gitdb using the *easy_install* program, which is part of the `setuptools`_::
+Its easiest to install gitdb using the *pip* program::
- $ easy_install gitdb
+ $ pip install gitdb
As the command will install gitdb in your respective python distribution, you will most likely need root permissions to authorize the required changes.
@@ -31,10 +31,8 @@ Source Repository
=================
The latest source can be cloned using git from github:
- * git://github.com/gitpython-developers/gitdb.git
+ * https://github.com/gitpython-developers/gitdb
License Information
===================
*GitDB* is licensed under the New BSD License.
-
-.. _setuptools: http://peak.telecommunity.com/DevCenter/setuptools