Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lidong committed Jun 18, 2024
1 parent a0eee46 commit 5400df1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
### v0.0.6
### 0.0.6 (2024-06-19)
1. add `utils.xor_encode_decode`
2. add `utils.is_running`, `utils.lock_pid_file`
3. add `request.make_response`
Expand Down
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ This project enhances Python’s built-ins with extra functionality, prioritizin

## Install

From **pypi.org**
From [pypi.org](https://pypi.org/project/morebuiltins/)

> pip install -U morebuiltins
> `pip install -U morebuiltins`
Or use `pyz`(pyz file may be downloaded from [releases](https://github.com/ClericPy/morebuiltins/releases))

> pip install zipapps
From [Github Tags](https://github.com/ClericPy/morebuiltins/tags):
>
> python -m zipapps -c -o morebuiltins.pyz morebuiltins
> `pip install git+https://github.com/ClericPy/morebuiltins.git@master`
>
> `pip install git+https://github.com/ClericPy/[email protected]`
Use `pyz`(downloaded from [releases](https://github.com/ClericPy/morebuiltins/releases))

```python
import sys
Expand Down

0 comments on commit 5400df1

Please sign in to comment.