Skip to content
Snippets Groups Projects
Commit 50ef4102 authored by MARMORET Axel's avatar MARMORET Axel
Browse files

Fix 2 for madmom install, because the first one doesn't install the models submodule.

parent c2c3618e
Branches
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ setuptools.setup( ...@@ -25,7 +25,7 @@ setuptools.setup(
license='BSD', license='BSD',
install_requires=[ install_requires=[
'librosa >= 0.6.0', 'librosa >= 0.6.0',
'madmom @ https://github.com/CPJKU/madmom/tarball/master#egg=madmom-0.17dev', 'madmom @ git+https://github.com/CPJKU/madmom',
'matplotlib >= 1.5', 'matplotlib >= 1.5',
'mir_eval', 'mir_eval',
'mirdata >= 0.3.3', 'mirdata >= 0.3.3',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment