Update git URL, required Python version.

This commit is contained in:
Neil Schemenauer 2017-11-27 10:28:22 -08:00
parent c385bf9681
commit a3b99ca5b7
2 changed files with 2 additions and 2 deletions

View File

@ -50,4 +50,4 @@ Discussion of Quixote occurs on the quixote-users mailing list:
The source code is managed using git. You can checkout a copy using
the command:
git clone http://quixote.ca/src/quixote.git
git clone https://github.com/nascheme/quixote.git

View File

@ -1,7 +1,7 @@
Installing Quixote
==================
Quixote requires Python 2.4 or later.
Quixote requires Python 3.5 or later.
If you have a previously installed quixote, we strongly recommend that
you remove it before installing a new one.