An open API service indexing awesome lists of open source software.

https://github.com/saltstack-formulas/python2-formula


https://github.com/saltstack-formulas/python2-formula

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

=======
python
=======

Used to install and manage python2 and/or python3 and related libraries.

.. note::

See the full `Salt Formulas installation and usage instructions
`_.

Available states
================

.. contents::
:local:

``python.python``
-----------------

Install the Python2 package.

``python.python-dev``
---------------------

Install the Python2 developement package.

``python.pip``
--------------

Install the pip package for Python2.

``python.mako``
---------------

Install the mako package for Python2.

``python.python3``
------------------

Install the Python3 package.

``python.python3-dev``
------------------

Install the Python3 developement package.

``python.pip3``
---------------

Install the pip package for Python3.

``python.mako3``
----------------

Install the mako package for Python3.