Skip to content

Commit

Permalink
updated install section
Browse files Browse the repository at this point in the history
  • Loading branch information
vidboda committed Jul 20, 2018
1 parent 484dc6c commit 9f39b89
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,10 @@ $pip install -r requirements.txt

If you successfully ran the requirements file (see above), you don't need the following, otherwise:

MobiCNV requires the [xlxswriter](http://xlsxwriter.readthedocs.io/) python module
MobiCNV requires the [xlxswriter](http://xlsxwriter.readthedocs.io/) , [numpy](https://pypi.org/project/numpy/) and [PyVCF](http://pyvcf.rtfd.org/) python modules:

```bash
#pip install xlsxwriter
```

And also [PyVCF](http://pyvcf.rtfd.org/)

```bash
#pip install PyVCF
$pip install xlsxwriter numpy PyVCF
```

## Inputs
Expand Down

0 comments on commit 9f39b89

Please sign in to comment.