From 6321d4221c1a9e5e7a20e706780c04e6184ae41c Mon Sep 17 00:00:00 2001 From: Jan Petykiewicz Date: Sun, 24 Mar 2019 21:13:19 -0700 Subject: [PATCH] specify pip3 in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 66ecc88..7367bc5 100644 --- a/README.md +++ b/README.md @@ -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 ```