Skip to content

Commit

Permalink
doc: add section about pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
cheahjs committed Feb 3, 2024
1 parent 7fde4e4 commit f2feb62
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,16 @@ Additional command line arguments:
1. `--minify-json`: Minify output JSON to help speed up processing by other tools consuming JSON
1. `--force`: Overwrite output files if they exist without prompting

## Developers

This library is available on PyPi, and can be installed with

```shell
pip install palworld-save-tools
```

> [!NOTE]
> Due to ongoing rapid development and the potential for breaking changes, the recommendation is to pin to a specific version, and take updates as necessary.
## Roadmap

Expand Down

0 comments on commit f2feb62

Please sign in to comment.