📚 Update all Python connectors READMEs with minimum required version (#3760)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user