Add image and update README.md

This commit is contained in:
Jeremy McClure 2022-12-01 03:39:40 -05:00
parent 8ff5b0ca1f
commit 2689b6e384
3 changed files with 11 additions and 6 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
.venv/

View File

@ -1,7 +1,11 @@
python -m venv .venv
![image](doc/window.png)
source ./.venv/bin/activate
pip install -r requirements.txt
python tablesaw.py
# 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 tablesaw.py`

BIN
doc/window.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 72 KiB