mathLab / PyGeM

Python Geometrical Morphing
http://mathlab.github.io/PyGeM/
Other
342 stars 119 forks source link

tl;dr installation #166

Closed rahulvigneswaran closed 5 years ago

rahulvigneswaran commented 5 years ago

I would like to add a conda .yml environment file for easy hassle-free installation of the dependencies and tl;dr installation procedure in the documentation for beginners who just want to use PyGeM instantly.

ndem0 commented 5 years ago

@rahulvigneswaran The installation procedure is not that complex at the moment, you just need to get the right version of python-occ, so the README is sufficient. Anyway, feel free to add the .yml file to a new pull request, we will evaluate its usefulness.

rahulvigneswaran commented 5 years ago

I made a .yml file of the conda environment and tried to replicate the environment in a virtual machine. The pip packages are causing errors. So the currently stated method seems to be the best as of now.

Thank you @ndem0 .