From 2ba5f7cf050fe8abcbe7857536bef02f2008fefd Mon Sep 17 00:00:00 2001 From: Ramin Toosi Date: Tue, 11 Jul 2023 14:27:45 +0330 Subject: [PATCH] readme updated --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49e845f..7966836 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,7 @@ separate server in your lab. Please carefully read the docs and check our tutori ## How to run 1. Run the backend by typing ```python ./ross_backend/app.py``` in the terminal. +- **optional**: To use a different port use ```python ./ross_backend/app.py --port 5631```. 2. Run the UI by typing ```python ./ross_ui/main.py``` in the terminal. **Note:** If you have a separate server, run ```step 1``` in your server and ```step 2``` in your personal computer.