From a43ba5b600d70a028acfc110f6a7629f4e0766e6 Mon Sep 17 00:00:00 2001 From: Ines Montani Date: Mon, 24 Aug 2020 14:19:41 +0200 Subject: [PATCH] Fix install command --- website/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/package.json b/website/package.json index 9e02cda82..0ba7159fe 100644 --- a/website/package.json +++ b/website/package.json @@ -59,7 +59,7 @@ "lint": "eslint **", "clear": "rm -rf .cache", "test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"", - "python:install": "pip install setup/requirements.txt", + "python:install": "pip install -r setup/requirements.txt", "python:setup": "cd setup && sh setup.sh" }, "devDependencies": {