Skip to content

Commit

Permalink
Added prerequisites for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Root-Core committed Sep 8, 2024
1 parent 19d6625 commit 65af67a
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ We do enforce some linting and testing that can and should be done locally - bef
To install the necessary tools, just run:

```bash
python3 -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install ruff
```

Expand Down Expand Up @@ -134,3 +134,16 @@ You can still run it though:
cd .github/scripts
python check_gamefixes.py
```

You need the following prerequisites:

```bash
python -m pip install --upgrade pip
pip install ijson
```

On Arch / Manjaro:

```bash
sudo pacman -Sy python-ijson
```

0 comments on commit 65af67a

Please sign in to comment.