mxcube / mxcubeqt

Qt Front-end of MXCuBE
http://mxcube.github.io/mxcube/
GNU Lesser General Public License v3.0
14 stars 34 forks source link

Changed installation environment for easier installation #462

Closed rhfogh closed 4 weeks ago

rhfogh commented 4 weeks ago

Change to conda-environment.yml and added extra files.

You can now get a working installation simply by 1) edit conda-environment.yml to put in paths to your local repository locations 2) conda env create -f ~/pycharm/mxcubeqt/conda-environment.yml --name mxcubeqt

Thanks to @fabcor-maxiv for telling me how to do this