NTNU-IndEcol / BuildME

6 stars 1 forks source link

Making BuildME pip installable? #59

Open CBreton026 opened 2 years ago

CBreton026 commented 2 years ago

While working on #57, I made my version of BuildME pip installable so it's easier to call its function.

Would that be an interesting feature for you? It's only a minor change, I moved some information from init.py to a setup.py file. I can setup a pull request for a new 'develop' branch if you'd like!

nheeren commented 2 years ago

Interesting! However, I have zero experience with that, unfortunately.

If you feel like making a PR, I would be happy to consider it. Or we have a quick chat before.

CBreton026 commented 2 years ago

I sent a first PR (#64) to make BuildME pip installable. For now, this must be done after BuildME is installed/cloned; I am unsure if the whole installation process can be automated.

I am currently working in a conda virtual environment, and I had no problem installing it through pip (just like eppy).