mirror of
https://github.com/python/cpython.git
synced 2024-12-04 07:15:09 +08:00
15552c39e0
As part of the update, the documentation was updated to normalize around the term "virtual environment" instead of relying too heavily on "venv" for the same meaning and leading to inconsistent usage of either. Thanks to Steve Piercy for the patch.
20 lines
392 B
ReStructuredText
20 lines
392 B
ReStructuredText
.. _using-index:
|
|
|
|
##########################
|
|
Python Setup and Usage
|
|
##########################
|
|
|
|
|
|
This part of the documentation is devoted to general information on the setup
|
|
of the Python environment on different platform, the invocation of the
|
|
interpreter and things that make working with Python easier.
|
|
|
|
|
|
.. toctree::
|
|
:numbered:
|
|
|
|
cmdline.rst
|
|
unix.rst
|
|
windows.rst
|
|
mac.rst
|