Skip to content

Commit

Permalink
Add curl, node requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
atc3 committed Nov 30, 2020
1 parent bd45e5a commit 23c0f7b
Showing 1 changed file with 13 additions and 8 deletions.
21 changes: 13 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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

Expand Down

0 comments on commit 23c0f7b

Please sign in to comment.