Skip to content

Commit

Permalink
README: Fix wrong python script names (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkawayy authored Aug 13, 2024
1 parent 8072516 commit 96e6618
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,15 +117,15 @@ For Linux, your distribution likely already has Python 3 installed:
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python3 sims2-4k-ui-patcher.py
python3 sims2_4k_ui_patcher.py

For macOS, [install Python 3](https://www.python.org/downloads/macos/), and run:

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip
pip install -r requirements.txt
python3 sims2-4k-ui-patcher.py
python3 sims2_4k_ui_patcher.py


### Tests
Expand Down

0 comments on commit 96e6618

Please sign in to comment.