From 5fae6ee7cd3e564021eadc2909b17cf7dfe999c6 Mon Sep 17 00:00:00 2001 From: Christian Herdtweck Date: Mon, 28 Jan 2019 09:45:49 +0100 Subject: [PATCH] Document build machine requirement in README --- README | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/README b/README index dec3f2f..84479c6 100644 --- a/README +++ b/README @@ -10,5 +10,9 @@ API documentation: see doc/about_docu.rst To create a source tar.gz and spec file, run ./make_dist.sh -This uses python distutils with info in setup.py. +That will try to build distributions for python 3.3 and 3.6 and will fail if +these are not installed on the build machine. To build for a different version +set, call + ./make_dist.sh VER1 VER2 +make_dist uses python distutils with info in setup.py. The result will be in ./dist. -- 1.7.1