From a3b99ca5b7d339514610697f71ee65e044c2d6ea Mon Sep 17 00:00:00 2001 From: Neil Schemenauer Date: Mon, 27 Nov 2017 10:28:22 -0800 Subject: [PATCH] Update git URL, required Python version. --- README.txt | 2 +- doc/INSTALL.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.