Skip to content

Commit 8109c12

Browse files
authored
Update README.md
update Python version
1 parent ec26696 commit 8109c12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

restconf_update_ipaddress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This Python script leverages RESTCONF to:
1010
- updates the IP address on the interface
1111
- displays the final IP information on the interface
1212

13-
This script has been tested with Python 3.5, however may work with other versions.
13+
This script has been tested with Python 3.7, however may work with other versions.
1414

1515
## DevNet Sandbox
1616

@@ -38,7 +38,7 @@ Python
3838
* Create and activate a virtualenv
3939

4040
```bash
41-
virtualenv venv --python=python3.5
41+
virtualenv venv --python=python3.7
4242
source venv/bin/activate
4343
```
4444

0 commit comments

Comments
 (0)