From 5c84f493c7126b184dfd3f325f451c4d6a38f298 Mon Sep 17 00:00:00 2001 From: Bas Wijnen Date: Sun, 5 May 2019 00:02:54 +0200 Subject: [PATCH] Include python-network as requirement in readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 92c75a5..4eac66c 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ To run, the program needs: - Python3 - Python-fhs +- Python-network - Python-websocketd -The two modules can be found on https://github.com/wijnen/. Without them the +The three modules can be found on https://github.com/wijnen/. Without them the randomizer can still be used as a commandline program. The modules have only been tested to work on GNU/Linux. They may not work on @@ -26,12 +27,12 @@ Obviously you will also need some way to play the generated ROM image. I use the OpenMSX emulator. ## Use from the commandline -If the two Python modules are not installed, running server2.py will generate +If the three Python modules are not installed, running server2.py will generate an image and place it in the current directory with the name _random.rom_. In this mode it is not possible to change any settings. ## Use as a server -If the two Python modules are installed, running server2.py will start a web +If the three Python modules are installed, running server2.py will start a web server on port 9999. This can be reached by pointing your browser to http://localhost:9999/. This page will show some settings and a button to generate an image with those settings.