TUDelft-CITG / OpenCLSim

Rule driven scheduling of cyclic activities for in-depth comparison of alternative operating strategies.
https://openclsim.readthedocs.io
MIT License
14 stars 17 forks source link

clean install #76

Open uijl opened 4 years ago

uijl commented 4 years ago

TODO:

pip install openclsim

Installation using pip often fails because of the shapely dependency. Also the docs are part of the dependencies, this can probably be improved.

For now this can be circumvented by the following:

conda install shapely
pip install openclsim
uijl commented 4 years ago

Also improve documentation examples to match new code.