specify pip3 in readme

This commit is contained in:
Jan Petykiewicz 2019-03-24 21:13:19 -07:00
parent d0bbed8db1
commit 6321d4221c

View File

@ -25,12 +25,12 @@
Install with pip, from PyPI (preferred):
```bash
pip install mem_edit
pip3 install mem_edit
```
Install with pip from git repository
```bash
pip install git+https://mpxd.net/code/jan/mem_edit.git@release
pip3 install git+https://mpxd.net/code/jan/mem_edit.git@release
```