Tablesaw-GUI/README.md

255 B

image

How to get started

Create a python virtual environment

python -m venv .venv

Activate the environment

source ./.venv/bin/activate

Install requirements

pip install -r requirements.txt

Run the UI

python main.py