From b8a9cd62cbcf8670c5a3341265e8c2815fed82dd Mon Sep 17 00:00:00 2001 From: Roberto Tonino Date: Thu, 14 May 2020 20:05:41 +0200 Subject: [PATCH] added orderer list to README.md --- README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index b4cdd3b..3d0fc17 100644 --- a/README.md +++ b/README.md @@ -14,21 +14,21 @@ But you can try to run it yourself!
NOTE: Python 3 is required for this app. Make sure you tick the option to add Python to PATH when installing.
NOTE: If `python3` is "not a recognized command" try using `python` instead.

-After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`
-Run `python3 -m deemix --help` to see how to use the app in CLI mode.
-Run `python3 server.py` to start the server and then connect to `127.0.0.1:9666`. The GUI should show up.
-Enjoy!
+1. After installing Python open a terminal/command prompt and install the dependencies using `python3 -m pip install -r requirements.txt --user`
+2. Run `python3 -m deemix --help` to see how to use the app in CLI mode.
+3. Run `python3 server.py` to start the server and then connect to `127.0.0.1:9666`. The GUI should show up.
+4. Enjoy!
### Easy Windows way -Download `install.bat` file to your PC and place it in the folder where you want Deemix to live
-Start the `install.bat` as administrator
-Wait for it to finish, then run the `start.bat`
+1. Download `install.bat` file to your PC and place it in the folder where you want Deemix to live
+2. Start the `install.bat` as administrator
+3. Wait for it to finish, then run the `start.bat`
### Easy Mac way -Download `install_mac.sh` file to your Mac and place it in the folder where you want Deemix to live
-Open a terminal and type `sh` and a space, then drag `install_mac.sh` into your terminal window and press `enter`
-The web-gui will launch when the installer is finished, and launching it in the future can be done with the generated file `startdeemix.command`
-To update to the latest build, run the generated file `updatedeemix.command`
+1. Download `install_mac.sh` file to your Mac and place it in the folder where you want Deemix to live
+2. Open a terminal and type `sh` and a space, then drag `install_mac.sh` into your terminal window and press `enter`
+3. The web-gui will launch when the installer is finished, and launching it in the future can be done with the generated file `startdeemix.command`
+4. To update to the latest build, run the generated file `updatedeemix.command`
## What's left to do? Library: