From 44e4cf85ed999df6068970d1ec6060767f5bcfae Mon Sep 17 00:00:00 2001 From: Philip Trauner Date: Mon, 15 Jan 2018 10:13:43 +0100 Subject: [PATCH] Updated installation instructions --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a39b968..9253844 100644 --- a/README.md +++ b/README.md @@ -7,5 +7,7 @@ ```bash git clone https://github.com/robot0nfire/c0re.git --recursive --depth=1 cd c0re -pip3 install -r requirements.txt + +pip3 install pipenv +pipenv install ```