From 761b27893b1babc88e55a147317516d35c20f444 Mon Sep 17 00:00:00 2001 From: Harshal Sheth Date: Thu, 11 Feb 2021 16:30:43 -0800 Subject: [PATCH] Update readme with python 3.6 info --- metadata-ingestion/.gitignore | 1 + metadata-ingestion/README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/metadata-ingestion/.gitignore b/metadata-ingestion/.gitignore index f571a2c437..171c167363 100644 --- a/metadata-ingestion/.gitignore +++ b/metadata-ingestion/.gitignore @@ -1,6 +1,7 @@ .envrc .vscode/ output +pvenv36/ # Byte-compiled / optimized / DLL files __pycache__/ diff --git a/metadata-ingestion/README.md b/metadata-ingestion/README.md index 84a9648a6e..b6da6e84e6 100644 --- a/metadata-ingestion/README.md +++ b/metadata-ingestion/README.md @@ -3,7 +3,7 @@ - On MacOS: `brew install librdkafka` - On Debian/Ubuntu: `sudo apt install librdkafka-dev python3-dev python3-venv` -## Set up python environment (requires python 3.7+) +## Set up python environment (requires python 3.6+) - python3 -m venv venv - source venv/bin/activate - pip install -e .