From 23c0f7b58e76eb6dec033011a4ecafdc58a6c3ed Mon Sep 17 00:00:00 2001 From: Albert Tian Chen Date: Mon, 30 Nov 2020 03:48:28 -0500 Subject: [PATCH] Add curl, node requirements --- README.md | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 26e338f10..577263ebb 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ Table of Contents - [COVID-19 CG (CoV Genetics)](#covid-19-cg-cov-genetics) +- [Requirements](#requirements) - [Installation](#installation) - [Python](#python) - [Data Requirements](#data-requirements) @@ -19,19 +20,23 @@ Table of Contents - [License](#license) - [Contributing](#contributing) -## Installation -`git clone https://github.com/vector-engineering/covidcg.git` +## Requirements + +- Get a conda distribution of python, we recommend [miniconda3](https://docs.conda.io/en/latest/miniconda.html). +- curl +- node.js > 8.0.0 +- npm -### Python +## Installation -1. Get a conda distribution of python, we recommend [miniconda3](https://docs.conda.io/en/latest/miniconda.html). +`git clone https://github.com/vector-engineering/covidcg.git` -2. Install dependencies +Install dependencies - ```sh - conda env create -n covidcg -f environment.yml - ``` +```sh +conda env create -n covidcg -f environment.yml +``` #### Data Requirements