Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix setup.py #531

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -95,8 +95,12 @@ Package Index) <https://pypi.python.org/pypi>`_::

pip install madmom

This includes the latest code and trained models and will install all
dependencies automatically.
This includes the latest stable release and will install all dependencies
automatically.

Alternatively, if you prefer the latest code that might be unstable::

pip install git+https://github.com/CPJKU/madmom

You might need higher privileges (use su or sudo) to install the package, model
files and scripts globally. Alternatively you can install the package locally
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@
package_data = [
'models/LICENSE',
'models/README.rst',
'models/beats/201[56]/*',
'models/beats/*/*',
'models/chords/*/*',
'models/chroma/*/*',
'models/downbeats/*/*',
'models/key/2018/*',
'models/key/*/*',
'models/notes/*/*',
'models/onsets/*/*',
'models/patterns/*/*',
Expand Down