Skip to content

Commit

Permalink
update to what will hopefully be on pip
Browse files Browse the repository at this point in the history
  • Loading branch information
z committed Dec 22, 2016
1 parent 3864bbb commit f105b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ sudo apt install python3-pip python3-setuptools
## Installation

```
pip3 install https://github.com/z/xonotic-map-manager/archive/develop.zip#egg=xmm --user
pip3 install xmm --user
```

or for development:
Expand Down
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Install

Install using pip::

pip3 install https://github.com/z/xonotic-map-manager/archive/develop.zip#egg=xmm --user
pip3 install xmm --user

If you get an error trying to run ``xmm``, you probably need ``$HOME/.local/bin`` in your path, put the following in your ``~/.bashrc`` or ``~/.zshrc`` etc::

Expand Down

0 comments on commit f105b7e

Please sign in to comment.