Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
CursedPrograms authored Oct 20, 2024
1 parent 2f6c3e0 commit f8960aa
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,27 +26,34 @@

### Install Requirements

Using Python directly:

```bash
pip install -r requirements.txt
```
Or run install_requirements.bat
Or run:
- `install_requirements.bat`


<br>

### Run main.py

Using Python directly:

```bash
python main.py
```
Or run run.bat

<br>
Using provided scripts:

To make the setup script executable, run the following command in your terminal:
Windows:
- `.\run.bat`
or
- `.\run.ps1`

```bash
chmod +x setup.sh
```
Unix-like systems (Linux/macOS):
- `.\run.sh`

<br>

Expand Down

0 comments on commit f8960aa

Please sign in to comment.