Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Adding alternate installation method if a user does not want to install with pipx for whatever reason.
  • Loading branch information
Vhou-Atroph committed May 11, 2024
1 parent be281bb commit 5f207fd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,14 @@ The downloaded archive should contain the executable, a [LICENSE](LICENSE) file,

### Python Package

Downloading the Toontown Damage Calculator as a Python package will require [downloading the Python programming language](https://www.python.org/downloads/). Once this is done, you can open your command terminal and run the following command:
Downloading the Toontown Damage Calculator as a Python package will require [downloading the Python programming language](https://www.python.org/downloads/) and [pipx](https://pipx.pypa.io/stable/installation/). Once this is done, you can open your command terminal and run the following command:

```shell
pipx install tt_damage_calculator
```

If you don't want to use pipx, `pip install tt_damage_calculator` should also work.

This will install the calculator as a Python package to your computer. You can run the calculator from the command line by inputting one of the following commands into your terminal:

```shell
Expand Down

0 comments on commit 5f207fd

Please sign in to comment.