Skip to content
Snippets Groups Projects
Commit ef32b49e authored by Aaron's avatar Aaron
Browse files

add pybedtools req. for docs

parent 18ea2e8f
No related branches found
No related tags found
No related merge requests found
# from setuptools import setup
#
# setup(
# name='bedtools',
# install_requires=["numpy>=1.6.0", "matplotlib>=1.1.0"],
# )
from setuptools import setup
setup(
name='bedtools',
install_requires=["pybedtools"],
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment