From 2b8d3e7880cb25621427a7123feacee56989caf7 Mon Sep 17 00:00:00 2001 From: Vivek Mankar <53163419+Vivek1258@users.noreply.github.com> Date: Thu, 2 Jan 2020 22:24:11 +0530 Subject: [PATCH] update on sequences of lunix commands cd VizRec should be before pip install -r requirements.txt otherwise it throws an error "ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' " --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 96d3720..74678e8 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ VizRec recommends visualizations that are more interesting and efficient with th ``` git clone https://github.com/sharmalab/VizRec.git -pip install -r requirements.txt cd VizRec +pip install -r requirements.txt python3 ingestion/run.py cd query/ sudo npm install