SlicerDMRI / whitematteranalysis

White matter tractography clustering and more...
https://dmri.slicer.org/whitematteranalysis/
Other
69 stars 34 forks source link

ENH: Install package using `pip` in GHA workflow #185

Closed jhlegarreta closed 1 year ago

jhlegarreta commented 1 year ago

Install package using pip in GHA workflow following the recommended way for package installation.

Prefer:

$ pip install -e .

over

python setup.py install