File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,12 +32,12 @@ <h3>Hardware requirements</h3>
32
32
33
33
< h2 > 1. Install the Python development environment on your system</ h2 >
34
34
35
- < form >
36
- < input type ="radio " class ="devsite-navigating-radio " name ="lang " value ="python3 " data-is-default >
35
+ < devsite-nav-buttons >
36
+ < input type ="radio " class ="devsite-navigating-radio " name ="lang " value ="python3 " id =" radio-python3 " data-is-default >
37
37
< label for ="radio-python3 "> Python 3</ label >
38
- < input type ="radio " class ="devsite-navigating-radio " name ="lang " value ="python2 ">
38
+ < input type ="radio " class ="devsite-navigating-radio " name ="lang " value ="python2 " id =" radio-python2 " >
39
39
< label for ="radio-python2 "> Python 2.7</ label >
40
- </ form >
40
+ </ devsite-nav-buttons >
41
41
42
42
< p >
43
43
Check if your Python environment is already configured:
You can’t perform that action at this time.
0 commit comments