Closed ajensen1234 closed 2 years ago
I want to turn this into a package that is installable by pip - going to need to create an entire new branch with some different sub-folders that will make that happen.
If you want some inspiration check out this github repo:
https://github.com/SCIInstitute/shapeworks
Look at install_shapeworks.bat. This goes into some of the different pip-installable features and functions
install_shapeworks.bat
More Resources: https://packaging.python.org/tutorials/packaging-projects/ https://python-packaging.readthedocs.io/en/latest/dependencies.html
I want to turn this into a package that is installable by pip - going to need to create an entire new branch with some different sub-folders that will make that happen.
If you want some inspiration check out this github repo:
https://github.com/SCIInstitute/shapeworks
Look at
install_shapeworks.bat
. This goes into some of the different pip-installable features and functions