TimeViewers / timeview

TimeView
Other
33 stars 7 forks source link

Migrating TimeView to be pip installable #27

Closed j9ac9k closed 6 years ago

j9ac9k commented 6 years ago

this commit has two major changes, I remove the ./bin folder that contained the scripts to download miniconda and configure the relevant environment, and included a setup.py file that makes TimeView installable via pip.

Furthermore, instructions are provided to setup a development environment by use a pip virtual environment.

A few other changed have been made to the project structure as well, as well to some changes to the imports, but the code that runs TimeView itself is largely untouched.