CorrelAid / paris-bikes

Where to build new bicycle parking spots in Paris? Supporting data-driven decision making with open data
MIT License
8 stars 1 forks source link

Setup requirements management #23

Closed operte closed 1 year ago

operte commented 1 year ago

As we start writing code it's important to use the same development environments, e.g. by using a package requirements manager.

For python we could just simply have a requirements.txt or something similar that would be easily installable with pip install -r requirements.txt.

@akashrajkn proposed doing this with conda's environment.yml, which would also support R packages.

operte commented 1 year ago

THis one has been closed by #26