diff --git a/README.md b/README.md index 6fbd061..42beb0d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,12 @@ This repository is created just for learning python(Commercial prohibition). # Install +#### Whl install +```sh +wget https://github.com/CharlesPikachu/Games/releases/download/v0.1.0/cpgames-0.1.0-py3-none-any.whl +pip install cpgames-0.1.0-py3-none-any.whl +``` + #### Pip install ``` run "pip install cpgames"