From 548f061992cd1f45dd9878d76559836940608769 Mon Sep 17 00:00:00 2001 From: mattepalte Date: Thu, 15 Jul 2021 00:25:51 +0200 Subject: [PATCH] rename requirements to avoid Heroku conflicts --- INSTALL.md | 2 +- requirements.txt => reqs.txt | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename requirements.txt => reqs.txt (100%) diff --git a/INSTALL.md b/INSTALL.md index b12d8fb..199984d 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -15,7 +15,7 @@ Regardless of the level of reproducibility you will need to prepare your environ ``` 1. from the main folder, install the dependencies of this analysis by running: ```bash - pip install -r requirements.txt + pip install -r reqs.txt ``` *Optional: we encourage you to use a virtual environment if possible: conda or venv;* 1. download the data and place the unzipped content in the `data` folder of this repo: https://doi.org/10.6084/m9.figshare.14462052 diff --git a/requirements.txt b/reqs.txt similarity index 100% rename from requirements.txt rename to reqs.txt