Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README.md: remove obsolete and redundant sections #453

Merged
merged 2 commits into from
Dec 15, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,6 @@ Puppet module for installing and managing python, pip, virtualenvs and Gunicorn

**Please note:** The module [stankevich/python](https://forge.puppet.com/stankevich/python) has been deprecated and is now available under Vox Pupuli: [puppet/python](https://forge.puppet.com/puppet/python).

## Compatibility #

See `.travis.yml` for compatibility matrix.

* Puppet v4
* Puppet v5

### OS Distributions ##

This module has been tested to work on the following systems.

* Debian 8
* Debian 9
* EL 6
* EL 7
* CentOS 7
* Gentoo (and Sabayon)
* Suse 11
* Ubuntu 14.04
* Ubuntu 16.04
* Ubuntu 18.04

## Installation

```shell
git submodule add https://github.com/stankevich/puppet-python.git /path/to/python
```
OR

``` shell
puppet module install puppet-python
```

## Usage
For class usage refer to the [Reference]("https://github.com/voxpupuli/puppet-python/blob/master/REFERENCE.md). If contributing, this is updated with
```shell
Expand Down