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.
2020 starting/install/osx
2121 starting/install/win
2222 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+
2339
2440
2541
@@ -83,22 +99,6 @@ This part of the guide focuses on deploying your Python code.
8399 shipping/freezing
84100
85101
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-
102102Additional Notes
103103----------------
104104
You can’t perform that action at this time.
0 commit comments