From c729b0a4bd5eb33e48c28edfedce488faefc59dc Mon Sep 17 00:00:00 2001 From: Duncan Hall Date: Wed, 8 Feb 2017 11:53:54 +0000 Subject: [PATCH] Update install instructions to match pypi package --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 642ba06..dcefcb8 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A cross-platform CLI client for [Environment Manager](https://github.com/trainli ## Install ``` -pip install envmgr +pip install envmgr-cli ``` _See [Configuration](#configuration) for further install instructions._