We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec26696 commit 8109c12Copy full SHA for 8109c12
restconf_update_ipaddress/README.md
@@ -10,7 +10,7 @@ This Python script leverages RESTCONF to:
10
- updates the IP address on the interface
11
- displays the final IP information on the interface
12
13
-This script has been tested with Python 3.5, however may work with other versions.
+This script has been tested with Python 3.7, however may work with other versions.
14
15
## DevNet Sandbox
16
@@ -38,7 +38,7 @@ Python
38
* Create and activate a virtualenv
39
40
```bash
41
- virtualenv venv --python=python3.5
+ virtualenv venv --python=python3.7
42
source venv/bin/activate
43
```
44
0 commit comments