diff --git a/docs/docs/index.md b/docs/docs/index.md index d6656b9..45a0774 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -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