urinieto / msaf

Music Structure Analysis Framework
MIT License
478 stars 79 forks source link

Remove suggestion to use sudo in favor of Python virtual environments #126

Closed carlthome closed 1 year ago

carlthome commented 1 year ago

IIRC as of Python 3.3, there's built-in support for creating a virtual environments.

So since Python 2 has now reached EOL, beginner users in MIR can be discouraged from running sudo pip install (as that can break their system).

As a suggestion: the README could mention using the now included venv package instead.

urinieto commented 1 year ago

Looking good, thanks!