BRIO-lab / JTA_FFT

This is a collection of python files that perform FFT on pose estimates for images
Apache License 2.0
0 stars 0 forks source link

Make this a package #9

Closed ajensen1234 closed 2 years ago

ajensen1234 commented 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

ajensen1234 commented 2 years ago

More Resources: https://packaging.python.org/tutorials/packaging-projects/ https://python-packaging.readthedocs.io/en/latest/dependencies.html