1
0
mirror of synced 2026-01-11 03:04:14 -05:00

📚 Update all Python connectors READMEs with minimum required version (#3760)

This commit is contained in:
Dmytro
2021-06-02 12:35:29 +03:00
committed by GitHub
parent cbf47ad11f
commit a1035e007b
60 changed files with 114 additions and 5 deletions

View File

@@ -10,7 +10,7 @@ This is a step-by-step guide for how to create an Airbyte source in Python to re
* Docker
* NodeJS \(only used to generate the connector\). We'll remove the NodeJS dependency soon.
All the commands below assume that `python` points to a version of python >=3.7.9. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3`.
All the commands below assume that `python` points to a version of python >=3.7.0. On some systems, `python` points to a Python2 installation and `python3` points to Python3. If this is the case on your machine, substitute all `python` commands in this guide with `python3`.
## Checklist