Skip to content

Commit

Permalink
update ui
Browse files Browse the repository at this point in the history
  • Loading branch information
leng-yue committed Aug 4, 2021
1 parent 62a70de commit 799d69e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ To begin with, you need to install this package via pip:
```shell
pip install scrcpy-client
```
Then, you can start `script/demo.py`:
Then, you can start `script/ui.py`:
```shell
python -m scrcpy
// or python script/demo.py
py-scrcpy
// or python script/ui.py
```

## Contribution & Development
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scrcpy-client"
version = "0.2.1"
version = "0.2.2"
description = "A client of scrcpy"
authors = ["lengyue <[email protected]>"]
readme = "README.md"
Expand All @@ -11,7 +11,7 @@ packages = [
]

[tool.poetry.scripts]
scrcpy = "script.demo:main"
py-scrcpy = "scrcpy.ui:main"

[tool.poetry.dependencies]
python = "^3.7"
Expand Down
File renamed without changes.

0 comments on commit 799d69e

Please sign in to comment.