Skip to content

Commit

Permalink
fix copy/paste install instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
azlux authored Apr 24, 2020
1 parent 13b372e commit 575d776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ The wiki/API explanation is [HERE](https://github.com/azlux/pymumble/blob/pymumb
### With pip

- `pip install pymumble_py3`
- `pip3 install -r requirements.txt`
- You need to `import pymumble_py3 as pymumble` into your code.

[![PyPI version](https://badge.fury.io/py/pymumble.svg)](https://badge.fury.io/py/pymumble) Deployement script is available [here](https://packages.azlux.fr/scripts/pymumble.txt)

### With git

- `git clone https://github.com/azlux/pymumble.git`
- `pip3 install -r requirements.txt`
- You need to `import pymumble.pymumble_py3 as pymumble` into your code.
- It's will be the same if you use a git sub-module

Expand Down

0 comments on commit 575d776

Please sign in to comment.