3. Running MUSCIMarker¶
When you want to run MUSCIMarker (assuming you followed the installation instructions with Anaconda):
- Open the command line.
- Only if you made the special Python 2 conda environment:
source activate py27 cd MUSCIMarkergit pullto update to the latest version.cd MUSCIMarkeragain (there are two directories calledMUSCIMarker, one inside the other).- Run
python main.pyand the MUSCIMarker window should open.
If you are not sure that the git pull step finished successfully,
try running git pull again. If your MUSCIMarker is correctly
updated, it should tell you that it is already up to date.
3.1. More generally¶
If the above doesn’t apply because you installed MUSCIMarker in your own
way, we assume you know what you are doing. In that case, to run
MUSCIMarker, just run main.py from the MUSCIMarker/MUSCIMarker
directory.