Skip to content

Commit

Permalink
Add instructions on updating the library to the README
Browse files Browse the repository at this point in the history
  • Loading branch information
mos9527 committed Sep 28, 2024
1 parent 3acad78 commit 7f39195
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,21 @@

Command-line tool (w/Python API support) for Project SEKAI (JP: プロジェクトセカイ カラフルステージ! feat.初音ミク) game assets.

# Installation
# Installing & Updating
**For Windows Users** : Builds are available [here](https://github.com/mos9527/sssekai/releases)

## Installation
Or get the latest version from PyPI:
```bash
pip install sssekai
pip install sssekai
```
...Or install it from source:
```bash
pip install git+https://github.com/mos9527/sssekai
```
## Updating
```bash
pip install sssekai --upgrade
```

# Documentation
See the [wiki page!](https://github.com/mos9527/sssekai/wiki)
Expand Down

0 comments on commit 7f39195

Please sign in to comment.