Update README.md

This commit is contained in:
Shirshanka Das 2021-02-08 21:00:55 -08:00 committed by Shirshanka Das
parent 22a4dbb45f
commit e03a9e25f8

View File

@ -1,9 +1,9 @@
# Dev # Install From Source
## Dependencies ## Pre-Requisites
- On MacOS: `brew install librdkafka` - On MacOS: `brew install librdkafka`
- On Debian/Ubuntu: `sudo apt install librdkafka-dev` - On Debian/Ubuntu: `sudo apt install librdkafka-dev`
## Set up dev environment ## Set up python environment (requires python 3.7+)
- python3 -m venv venv - python3 -m venv venv
- source venv/bin/activate - source venv/bin/activate
- pip install -e . - pip install -e .