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/dev/tools/cli.md
-4
Original file line number
Diff line number
Diff line change
@@ -649,10 +649,6 @@ viam module reload [...named args]
649
649
viam module upload --version=<version> --platform=<platform> [--org-id=<org-id>| --public-namespace=<namespace>] [--module=<path to meta.json>] <module-path> --tags=<tags>
650
650
```
651
651
652
-
{{% alert title="Note" color="note" %}}
653
-
If you are writing your module using Python, you must have Python version 3.11 or newer installed on your computer for the `viam module generate` command to work.
Copy file name to clipboardexpand all lines: docs/operate/get-started/other-hardware/hello-world-module.md
-6
Original file line number
Diff line number
Diff line change
@@ -40,12 +40,6 @@ Authenticate your CLI session with Viam using one of the following options:
40
40
{{% snippet "setup.md" %}}
41
41
42
42
{{% /expand%}}
43
-
{{< expand "For Python users: Make sure you have at least Python 3.11" >}}
44
-
45
-
If you plan to write your module using Python, you need Python version 3.11 or newer installed on your computer to use the code generation tool in this guide.
46
-
You can check by running `python3 --version` or `python --version` in your terminal.
0 commit comments