- Python 3.8 or later
It is recommended to create a virtual environment to manage dependencies and isolate your project:
On Windows:
python -m venv gm_selection_env
gm_selection_env\Scripts\activate
2. Clone the git repo
git clone https://github.com/quantumdotsss/GM_Selection_tool.git
cd GM_Selection_tool
3. Install the required dependencies
pip install -r requirements.txt