Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlesPikachu committed Jan 8, 2022
1 parent d6be6fa commit 52d9dde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 52d9dde

Please sign in to comment.