You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli/templates.md
+79-4Lines changed: 79 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ pycon/requirements.txt
76
76
77
77
### 2.1 Python: dependencies
78
78
79
-
You should edit `pycon/requirements.txt` and add any pip modules you want with each one on a new line, for instance `requests`.
79
+
You should edit `pycon/requirements.txt` and add any pip modules you want with each one on a new line, for instance `requests`.
80
80
81
81
The primary Python template uses Alpine Linux as a runtime environment due to its minimal size, but if you need a Debian environment so that you can compile `numpy` or other modules then read on to the next section.
82
82
@@ -145,11 +145,86 @@ Now you can open your current folder in a tool such as Visual Studio Code and ad
145
145
146
146
## 5.0 Ruby
147
147
148
-
OpenFaaS has first-class support for Ruby.
149
148
150
-
Just create a new function by passing in `--lang ruby` as an argument.
0 commit comments