mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 14:50:19 +00:00
+16
-16
@@ -20,6 +20,22 @@ New to Python? Let's properly setup up your Python environment.
|
||||
starting/install/osx
|
||||
starting/install/win
|
||||
starting/install/linux
|
||||
dev/virtualenvs
|
||||
|
||||
|
||||
Python Development Environments
|
||||
-------------------------------
|
||||
|
||||
This part of the guide focus on the Python development environment,
|
||||
and the best-practice tools that are available for writing Python code.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
dev/env
|
||||
dev/virtualenvs
|
||||
dev/pip-virtualenv
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -83,22 +99,6 @@ This part of the guide focuses on deploying your Python code.
|
||||
shipping/freezing
|
||||
|
||||
|
||||
Python Development Environments
|
||||
-------------------------------
|
||||
|
||||
This part of the guide focus on the Python development environment,
|
||||
and the best-practice tools that are available for writing Python code.
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
dev/env
|
||||
dev/virtualenvs
|
||||
dev/pip-virtualenv
|
||||
|
||||
|
||||
|
||||
|
||||
Additional Notes
|
||||
----------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user