diff --git a/README.txt b/README.txt index f4e7a27..d9da7ac 100644 --- a/README.txt +++ b/README.txt @@ -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 diff --git a/doc/INSTALL.txt b/doc/INSTALL.txt index 92c5d34..3c0dda9 100644 --- a/doc/INSTALL.txt +++ b/doc/INSTALL.txt @@ -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.