Skip to content

Commit

Permalink
Installation method Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
shivapoudel committed Aug 12, 2014
1 parent 16c0325 commit 13fff84
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,13 @@ Currently, the changes you need to make are as follows:

## Installation

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

``` shell
cd /etc/puppet/modules
git clone git://github.com/stankevich/puppet-python.git python
puppet module install stankevich-python
```

## Usage
Expand Down

0 comments on commit 13fff84

Please sign in to comment.