1
0
mirror of synced 2026-01-18 15:02:51 -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

@@ -11,7 +11,7 @@ Exchangerates API as an example since it is both simple but demonstrates a lot o
* 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
* Step 1: Create the source using the template