Update readme with python 3.6 info

This commit is contained in:
Harshal Sheth 2021-02-11 16:30:43 -08:00 committed by Shirshanka Das
parent 0660991fb8
commit 761b27893b
2 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
.envrc
.vscode/
output
pvenv36/
# Byte-compiled / optimized / DLL files
__pycache__/

View File

@ -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 .