mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Fixed all H2 headings
Before, H2 fomratting was not consistent. Now, all H2 headings use over/under asterisks.
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
.. _install3-linux:
|
||||
|
||||
|
||||
############################
|
||||
Installing Python 3 on Linux
|
||||
============================
|
||||
############################
|
||||
|
||||
.. image:: /_static/photos/34435689480_2e6f358510_k_d.jpg
|
||||
|
||||
@@ -42,8 +44,9 @@ to read about `multiple Python versions available in Fedora`_.
|
||||
.. _multiple Python versions available in Fedora: https://developer.fedoraproject.org/tech/languages/python/multiple-pythons.html
|
||||
|
||||
|
||||
*********************
|
||||
Working with Python 3
|
||||
---------------------
|
||||
*********************
|
||||
|
||||
At this point, you may have system Python 2.7 available as well.
|
||||
|
||||
@@ -59,8 +62,10 @@ This will launch the Python 2 interpreter.
|
||||
|
||||
This will launch the Python 3 interpreter.
|
||||
|
||||
|
||||
****************
|
||||
Setuptools & Pip
|
||||
----------------
|
||||
****************
|
||||
|
||||
The two most crucial third-party Python packages are `setuptools <https://pypi.python.org/pypi/setuptools>`_ and `pip <https://pip.pypa.io/en/stable/>`_.
|
||||
|
||||
@@ -90,8 +95,9 @@ However, when using virtual environments (described below), you don't need to
|
||||
care about that.
|
||||
|
||||
|
||||
*****************************
|
||||
Pipenv & Virtual Environments
|
||||
-----------------------------
|
||||
*****************************
|
||||
|
||||
The next step is to install Pipenv, so you can install dependencies and manage virtual environments.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user