MarkGotham / When-in-Rome

meta-corpus of and code library for the functional harmonic analysis of music
58 stars 12 forks source link

Add an environment.yml file #54

Closed giamic closed 1 year ago

giamic commented 1 year ago

Adding an environment.yml file simplifies the process of creating the virtual environment necessary to run the code. All is needed in order to prepare the environment is to run

conda env create -f environment.yml

In this specific case, there are two dependencies that I have not added:

I think that adding setup.py to AugmentedNet should be a relatively easy and straightforward job, probably possible in an hour or so. Do you think that Néstor might appreciate us contributing to it?