Skip to content

Commit b949fcc

Browse files
committed
Revert "DOCS-3384: Add Python version requirement for module generator (viamrobotics#3857)"
This reverts commit 3835721.
1 parent e7f5a8f commit b949fcc

File tree

3 files changed

+1
-12
lines changed

3 files changed

+1
-12
lines changed

docs/dev/tools/cli.md

-4
Original file line numberDiff line numberDiff line change
@@ -649,10 +649,6 @@ viam module reload [...named args]
649649
viam module upload --version=<version> --platform=<platform> [--org-id=<org-id> | --public-namespace=<namespace>] [--module=<path to meta.json>] <module-path> --tags=<tags>
650650
```
651651

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.
654-
{{% /alert %}}
655-
656652
Examples:
657653

658654
```sh {class="command-line" data-prompt="$"}

docs/operate/get-started/other-hardware/_index.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,7 @@ Authenticate your CLI session with Viam using one of the following options:
8888
{{< readfile "/static/include/how-to/auth-cli.md" >}}
8989
{{< /expand >}}
9090

91-
1. Run the `module generate` command in your terminal.
92-
If you are writing your module using Python, you must have Python version 3.11 or newer installed on your computer for this command to work:
91+
1. Run the `module generate` command in your terminal:
9392

9493
```sh {id="terminal-prompt" class="command-line" data-prompt="$"}
9594
viam module generate

docs/operate/get-started/other-hardware/hello-world-module.md

-6
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ Authenticate your CLI session with Viam using one of the following options:
4040
{{% snippet "setup.md" %}}
4141

4242
{{% /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.
47-
48-
{{< /expand >}}
4943

5044
## Create a test script
5145

0 commit comments

Comments
 (0)