Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MininuxDev authored May 14, 2021
1 parent e128797 commit a9ea84e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,11 @@
Simple replay manager for the game Project+, compatible with Linux and macOS

## Installation
Just grab the AppImage/mac App with Python and the dependencies bundled from the [releases](https://github.com/MininuxDev/mininux-replay-manager/releases/)
### direct binary download
Just grab the Linux binary/Mac App (the the dependencies are bundled inside) from the [releases](https://github.com/MininuxDev/mininux-replay-manager/releases/)

On linux, you can also install with pip (>= python3.6 and qt5 required):
### Install package
On linux (it may work on mac but i couldn't test it), you can also install with pip (>= python3.6 and qt5 required):

install qt5 :
```
Expand All @@ -18,5 +20,3 @@ pip3 install --user mininux-replay-manager  # install for your user
sudo pip3 install mininux-replay-manager # instal for your whole system (not recommended)
```
You can now run `python3 -m mininux_replay_manager`

Running the module directly from the repo seems to work, but you need to have PySide2 installed

0 comments on commit a9ea84e

Please sign in to comment.