Skip to content

Commit

Permalink
Add pydiode-gui command
Browse files Browse the repository at this point in the history
For #3
  • Loading branch information
peterstory committed Sep 26, 2023
1 parent a4f01c4 commit f0a029b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,17 @@ To install from source, clone the repo then run:
pip install .
```

## Usage
To run the GUI, Tk must be installed. For example, on macOS:
```
sudo port install py311-tkinter
sudo port install tk -x11 +quartz
```

## GUI Usage

The `pydiode-gui` command will launch the user interface.

## Command-Line Usage

Documentation:
```
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,4 @@ classifiers = [

[project.scripts]
pydiode = "pydiode.main:main"
pydiode-gui = "pydiode.gui:main"
File renamed without changes.

0 comments on commit f0a029b

Please sign in to comment.