evidation-health / ContinuousTimeMarkovModel

Continuous-time Markov model with discrete observations
MIT License
23 stars 23 forks source link

Change installation behavior #22

Open LucaFoschini opened 8 years ago

LucaFoschini commented 8 years ago

The installation script should create a ContinuousTimeMarkovModel directory, not a 'src' one

dstuck commented 8 years ago

Is it installing into src/continuoustimemarkovmodel? If so, this is actually the intended behavior when using the -e editable mode of pip install (see: http://pip.readthedocs.org/en/stable/reference/pip_install/#vcs-support). This can also be changed to another directory by passing the --src "dir" option. I think you're clear on this but I hadn't understood completely that editable mode is a way to install the package that links to the source so that you don't need re-build and install the package when the source code changes.