https://github.com/saltstack-formulas/python2-formula
https://github.com/saltstack-formulas/python2-formula
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/saltstack-formulas/python2-formula
- Owner: saltstack-formulas
- License: other
- Created: 2013-06-12T22:07:54.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T10:11:21.000Z (over 8 years ago)
- Last Synced: 2025-05-02T09:48:47.920Z (10 months ago)
- Language: SaltStack
- Homepage: http://docs.saltstack.com/en/latest/topics/development/conventions/formulas.html
- Size: 8.79 KB
- Stars: 8
- Watchers: 39
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
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.