BiAPoL / blog

Most of us study and work at the Bio-image Analysis Technology Development group at the DFG Cluster of Excellence “Physics of Life” at the TU Dresden. We blog about image data science, knowledge exchange and research data management in the life sciences.
https://biapol.github.io/blog/
Creative Commons Attribution 4.0 International
13 stars 8 forks source link

fix devbio-napari installation instructions #72

Closed thawn closed 1 year ago

thawn commented 1 year ago

fixes issue #71

the current devbio-napari installation instructions can create problems with pyqt.

this pull request uses the current installation instructions from the devbio-napari documentation:

mamba create --name devbio-napari-env python=3.9 devbio-napari pyqt -c conda-forge -c pytorch

haesleinhuepf commented 1 year ago

I merged this as it was quite urgent. @marabuuu let us know if you would like to change anything back. Greetings! 🌞

thawn commented 1 year ago

thanks @haesleinhuepf !

marabuuu commented 1 year ago

Thanks for fixing and merging! I am fine with these changes 🌻