Specify minimum required python version for dev scripts (#387)

This commit is contained in:
Tomoko Uchida 2021-10-17 13:45:49 +09:00 committed by GitHub
parent cdfa11b158
commit 03e8192674
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
This folder contains various useful scripts for developers, mostly related to
releasing new versions of Lucene and testing those.
Python scripts require Python 3. To install necessary python modules, please run:
Python scripts require Python 3.6 or avobe. To install necessary python modules, please run:
pip3 install -r requirements.txt