From 678985c94a69c302a3e99a27866569997490ae8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Mon, 2 Oct 2017 11:13:45 +0200 Subject: [PATCH] Add command to install d3.js --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5152a80b..cd9582a8 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ sudo docker run -p 8050:8050 -p 5023:5023 scrapinghub/splash --disable-ui --disa ```bash pip install -r requirements.txt pip install -e . +wget https://d3js.org/d3.v4.min.js -O lookyloo/static/d3.v4.min.js ``` # Run the app locally