Skip to content

Commit

Permalink
Merge branch 'dev_cache'
Browse files Browse the repository at this point in the history
  • Loading branch information
Abeautifulsnow committed Aug 20, 2023
2 parents 7eb3abe + 5c94710 commit b11a39d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,16 @@ after the installation is complete, `pkgu` executable file will be written to th
We can see that the async method is faster than sync method about 9 seconds(Only in this test situation).
So now it can support to update the python libraries asynchronously. 🥳

> 5. !!!New - Support for selectable update packages
> 5. Support for selectable update packages
* List all availbable packages

![img_6.png](https://raw.githubusercontent.com/Abeautifulsnow/pkgu/main/screenshoot/img_6.png)

* Select ths part of package to be updated

![img_7.png](https://raw.githubusercontent.com/Abeautifulsnow/pkgu/main/screenshoot/img_7.png)
![img_7.png](https://raw.githubusercontent.com/Abeautifulsnow/pkgu/main/screenshoot/img_7.png)

> 6. !!!New - Support to use cache result from sqlite db file.
This improve the expirence that how we list the out-dated packages when they are huge to collect, and then there also is a cli flag `--no-cache` to control whether should to use cache.

0 comments on commit b11a39d

Please sign in to comment.