Miniconda
Closed this issue · 1 comments
joaomcteixeira commented
Set up a Miniconda version that can make Farseer-NMR independent from the python libraries installed in the users computer.
Advantages:
- Assure Farseer-NMR runs regardless of the Python version and libraries in the user's computer.
- Better control on which libraries are updated and to which version Farseer-NMR depends on.
Drawbacks:
- very large repository.
joaomcteixeira commented
This is now closed.
Three installation scripts were created to:
- Install a Miniconda version inside the Farseer-NMR folder
- install a dedicated enviornment in a previously installed Anaconda distribution
- Simply creates run_farseer to export the FARSEER PYTHON PATH
Fixed in #209