PrestonStringham / DATA515-MusicGeneration

MIT License
3 stars 0 forks source link

Set up requires conda environment #31

Closed carljparker closed 3 years ago

carljparker commented 3 years ago

PIP has real issues when it comes to installing data science packages.

We need to fall back to a two-step install: First create a custom conda environment for the base data science packages. Then, use PIP to install the remaining requirements (magenta and music21) and our package.

This PR assumes the changes made in PR #30, so I am leaving this PR as a draft until PR #30 is merged.