mirror of
https://github.com/datahub-project/datahub.git
synced 2025-09-03 14:23:03 +00:00
Update readme with python 3.6 info
This commit is contained in:
parent
0660991fb8
commit
761b27893b
1
metadata-ingestion/.gitignore
vendored
1
metadata-ingestion/.gitignore
vendored
@ -1,6 +1,7 @@
|
|||||||
.envrc
|
.envrc
|
||||||
.vscode/
|
.vscode/
|
||||||
output
|
output
|
||||||
|
pvenv36/
|
||||||
|
|
||||||
# Byte-compiled / optimized / DLL files
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
- On MacOS: `brew install librdkafka`
|
- On MacOS: `brew install librdkafka`
|
||||||
- On Debian/Ubuntu: `sudo apt install librdkafka-dev python3-dev python3-venv`
|
- 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
|
- python3 -m venv venv
|
||||||
- source venv/bin/activate
|
- source venv/bin/activate
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user