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.
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.