From 438b41a2a1953d04928fbd2167fc7b1b0d63f375 Mon Sep 17 00:00:00 2001 From: Iain Maitland Date: Wed, 5 Feb 2020 10:42:36 -0500 Subject: [PATCH] Update pip3 install command `pip3 install -e .[test]` wasn't working for me... --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bef6608d2..99e9dc784 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ $ export DATABASE_URL=postgresql://user:pass@localhost:5432/hive ```bash $ git clone https://github.com/steemit/hivemind.git $ cd hivemind -$ pip3 install -e .[test] +$ pip3 install -e . ``` Start the indexer: