Skip to content

Commit

Permalink
Update docs to mention dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
DrgnFireYellow committed Dec 26, 2023
1 parent 058d1a2 commit 557ef73
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,12 @@ Start by navigating to the releases tab of the [EmuWeb Github repository](https:

Next, extract the zip file anywhere on your computer.

Now run the following command to install dependencies:

```shell
python3 -m pip install -r requirements.txt
```

Lastly, run main.py in the folder you just extracted and start a web server in the output folder.

# Adding Games
Expand Down

0 comments on commit 557ef73

Please sign in to comment.