Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ pip install poetry
2. Install the project in your existing Poetry project:

```bash
poetry add git+ssh://git@github.com/codespearhead/visiongui.git#f5b9cb80fcf59a4a18ee60effb53c1c7db6f2a45
poetry add git+ssh://git@github.com/codespearhead/visiongui.git#f6de75181edca5107097d09754348a3cf4b849ea
```

2. Create a file in the root of your project called "main.py" with the contents of file [./demo/main.py](./demo/main.py).
Expand Down