From 0b80355a4c11c8d266536f3dfb1f3726aa066327 Mon Sep 17 00:00:00 2001 From: dbohdan Date: Fri, 12 Oct 2018 22:16:35 +0300 Subject: [PATCH] docs(readme): add --user flag to pip inst command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c58fa04..735ca05 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ You will need Python 2.7 or Python 3.3 or later. You can install the latest release from PyPI using pip. ```sh -python3 -m pip install remarshal +python3 -m pip install remarshal --user ``` Alternatively, clone the `master` branch to install the development version.