MacOS Install
Jump to navigation
Jump to search
Working Instructions
First make sure you have Anaconda installed. Then in a terminal window, run the following commands:
- conda create --name RMS python=3.7
- conda activate RMS
- git clone https://github.com/CroatianMeteorNetwork/RMS.git
- conda install -y numpy scipy gitpython cython matplotlib
- conda install -y -c conda-forge pyephem Pillow imreg_dft imageio pyqtgraph
- conda install -y -c astropy astropy
- pip install rawpy
- conda install -c conda-forge opencv
- conda install pyqt
- cd RMS
- python -m Utils.SkyFit2 --help
The last command should compile the code and print instructions for how to use SkyFit2.
Simpler Instructions
We think these instructions could be simplified by using the requirements.txt file in the RMS folder. If someone with a Mac could test this, the following instructions might work
- conda create --name RMS python=3.7
- conda activate RMS
- git clone https://github.com/CroatianMeteorNetwork/RMS.git
- pip install -r RMS/requirements.txt
- pip install rawpy
- conda install -c conda-forge opencv
- conda install pyqt
- cd RMS
- python -m Utils.SkyFit2 --help
If this works for you, please let us know.