File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,22 @@ New to Python? Let's properly setup up your Python environment.
20
20
starting/install/osx
21
21
starting/install/win
22
22
starting/install/linux
23
+ dev/virtualenvs
24
+
25
+
26
+ Python Development Environments
27
+ -------------------------------
28
+
29
+ This part of the guide focus on the Python development environment,
30
+ and the best-practice tools that are available for writing Python code.
31
+
32
+ .. toctree::
33
+ :maxdepth: 2
34
+
35
+ dev/env
36
+ dev/virtualenvs
37
+ dev/pip-virtualenv
38
+
23
39
24
40
25
41
@@ -83,22 +99,6 @@ This part of the guide focuses on deploying your Python code.
83
99
shipping/freezing
84
100
85
101
86
- Python Development Environments
87
- -------------------------------
88
-
89
- This part of the guide focus on the Python development environment,
90
- and the best-practice tools that are available for writing Python code.
91
-
92
- .. toctree::
93
- :maxdepth: 2
94
-
95
- dev/env
96
- dev/virtualenvs
97
- dev/pip-virtualenv
98
-
99
-
100
-
101
-
102
102
Additional Notes
103
103
----------------
104
104
You can’t perform that action at this time.
0 commit comments