Installation#
Method 1: Using the executable#
Download the latest executable from the [releases page](github.com/oxlac/Mr.DM/releases) that is for your operating system
Run the executable
Method 2: Cloning the repository#
Run the following commands to clone the repository and install required dependencies
git clone https://github.com/Oxlac/MR.DM.git cd MR.DM pip install -r requirements.txt
Run the application
python main.py
Check out the `Usage`_ section for more information on how to use the application.