mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 10:50:00 +00:00
doc: Replace the use of a git pip install with an installation from pypi
This commit is contained in:
parent
97940ee7b8
commit
93307707cd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ pipenv run python main.py
|
|||
|
||||
## Quick Start
|
||||
|
||||
1. Add Slint from the Git development branch to your Python project: `pipenv install "git+https://github.com/slint-ui/slint#subdirectory=api/python&egg=slint"`
|
||||
1. Add Slint Python Package Index to your Python project: `pipenv install slint`
|
||||
2. Create a file called `appwindow.slint`:
|
||||
|
||||
```slint
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue