From 755a6252c2abb0d5d064df89fdb8b27b6aa9fcb2 Mon Sep 17 00:00:00 2001 From: MNTLe Date: Wed, 10 May 2023 17:43:13 +1200 Subject: [PATCH] Update 'README.md' --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b5fb1da..35b48bf 100644 --- a/README.md +++ b/README.md @@ -17,14 +17,15 @@ The script reads configuration settings from a `dbgr.conf` file, which can be ed 1. Install DOSBox. 2. Clone the repository or download the source code. -3. Run `pip install -r requirements.txt` to install dependencies (PyQt5 and configparser). -4. Edit `dbgr.conf` to configure DOSBox settings for your system. +3. Run `pip install PyQt5 configparser` to install dependencies (PyQt5 and configparser). +4. Run the app with `python dbgr.py` once. It will error out, and create `dbgr.conf` +5. Edit `dbgr.conf` to configure DOSBox settings for your system. ## Usage -1. Launch `game_runner.py`. -2. Use the `config_editor.py` script to edit the configuration settings as needed. -3. Click the "Launch Game" button to start the configured game in DOSBox. +1. Launch `dbgr.py`. +2. tThe script will call `config_editor.py` script to edit the configuration settings as needed. +3. Click the "Save" button to start the configured game in DOSBox. ## Contributing