Update README to reflect upload to pypi

This commit is contained in:
Jan Petykiewicz 2019-04-07 17:53:16 -07:00
parent 628845ca4b
commit 57bdb00d88

View File

@ -17,9 +17,14 @@ Requirements:
* freetype (optional, used for text) * freetype (optional, used for text)
Install with pip, via git: Install with pip:
```bash ```bash
pip install git+https://mpxd.net/code/jan/masque.git@release pip3 install masque
```
Alternatively, install from git
```bash
pip3 install git+https://mpxd.net/code/jan/masque.git@release
``` ```
## TODO ## TODO