Skip to content

Commit

Permalink
Merge pull request #3 from bigbio/RC-0.0.1
Browse files Browse the repository at this point in the history
Updates for RC
  • Loading branch information
mwalzer committed Dec 17, 2019
2 parents 406d8ad + 59afb8d commit a1e4196
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -8,7 +8,7 @@ A python library to use mzQC files. Specifically, have a usable object represent

## Install
```
pip install -e git+'https://github.com/bigbio/mzQC'
pip install -U git+https://github.com/bigbio/mzqc-pylib.git#egg=mzqc-pylib
```

## MZQC
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -18,6 +18,7 @@
"pronto",
"numpy",
],
setup_requires=['wheel'],
python_requires='>=3.6',
include_package_data=True,
)

0 comments on commit a1e4196

Please sign in to comment.