From c75ea69eb6d92188e74f3a7a8b8f399b257f9905 Mon Sep 17 00:00:00 2001 From: Wouter De Borger Date: Mon, 5 Nov 2018 13:12:04 +0100 Subject: [PATCH] added -c to install instructions (#784) --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 75ad71d03e..0b4f82e8cd 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -31,7 +31,7 @@ Either checkout of the code or use the releases page: https://github.com/inmanta git clone https://github.com/inmanta/inmanta.git cd inmanta - pip install . + pip install -c requirements.txt . Fedora and CentOS 7