From 57bdb00d8888002ae01f77f836a85077fbf6b6fe Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 7 Apr 2019 17:53:16 -0700 Subject: [PATCH] Update README to reflect upload to pypi --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6851d70..a75f3d5 100644 --- a/README.md +++ b/README.md @@ -17,9 +17,14 @@ Requirements: * freetype (optional, used for text) -Install with pip, via git: +Install with pip: ```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