From 13049165749b9d1af8a4c9cd4230dd8d0d9574b1 Mon Sep 17 00:00:00 2001 From: Daniel Won Date: Wed, 12 Feb 2020 13:55:33 -0800 Subject: [PATCH] Update required python version in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ab4291ba..43eacd552 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The frontend service leverages a separate [search service](https://github.com/ly For information about Amundsen and our other services, visit the [main repository](https://github.com/lyft/amundsen#amundsen) `README.md`. Please also see our instructions for a [quick start](https://github.com/lyft/amundsen/blob/master/docs/installation.md#bootstrap-a-default-version-of-amundsen-using-docker) setup of Amundsen with dummy data, and an [overview of the architecture](https://github.com/lyft/amundsen/blob/master/docs/architecture.md#architecture). ## Requirements -- Python >= 3.5 +- Python >= 3.6 - Node = v10 or v12 - npm >= 6.x.x