Skip to content

cs171055/dmtoolkit

Repository files navigation

Data Mining Toolkit

Installation

Create a Python 3.11 virtual environment:

py -3.11 -m venv venv

Activate it:

call venv\Scripts\activate

Or, create the following .bat file to activate & run the app:

@echo off
call venv\Scripts\activate.bat
cd DMToolkit\source
python main.py
cmd.exe /K

Update the change directory command accordingly (cd DMToolkit\source)

That's it!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published