forked from tpd94/CDRM-Project
		
	Reviewed-on: tpd94/CDRM-Project#5
CDRM-Project
Prerequisites (from source only)
Installation (Automatic) - Recommended
- Extract contents of CDRM-Project 2.0 git contents into a new folder
 - Open a terminal and change directory into the new folder
 - Run 
python main.py - Follow the on-screen prompts
 
Installation (From binary)
- Download the latest release from the releases page and run the 
.exe 
Installation (Manual)
- 
Open your terminal and navigate to where you'd like to store the application
 - 
Create a new python virtual environment using
python -m venv CDRM-Project - 
Change directory into the new
CDRM-Projectfolder - 
Activate the virtual environment
Windows - change directory into the
Scriptsdirectory thenactivate.batLinux -
source bin/activate - 
Extract CDRM-Project 2.0 git contents into the newly created
CDRM-Projectfolder - 
Install python dependencies
pip install -r requirements.txt - 
(Optional) Create the folder structure
/configs/CDMs/WVand place your .WVD file into/configs/CDMs/WV - 
(Optional) Create the folder structur
/config/CDMs/PRand place your .PRD file into/configs/CDMs/PR - 
Run the application with
python main.py 
					Languages
				
				
								
								
									Python
								
								54.8%
							
						
							
								
								
									JavaScript
								
								44.1%
							
						
							
								
								
									CSS
								
								0.6%
							
						
							
								
								
									HTML
								
								0.5%