We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d204ae6 commit 0b35ae4Copy full SHA for 0b35ae4
1 file changed
README.md
@@ -81,15 +81,21 @@ include:
81
82
To run your connector outside of Docker first go into the connector directory:
83
84
-`cd app/connector/python`
+```bash
85
+cd app/connector/python
86
+```
87
88
Install the requirements:
89
-`pip3 install -r requirements.txt`
90
91
+pip3 install -r requirements.txt`
92
93
94
Then run the connector locally:
95
-`ddn connector setenv --connector connector.yaml -- python3 functions.py serve`
96
97
+ddn connector setenv --connector connector.yaml -- python3 functions.py serve
98
99
100
## Documentation
101
0 commit comments