From ad4a1fe2edd323c29495483f952d4b8f1c05e8c1 Mon Sep 17 00:00:00 2001 From: Huang Tzu Jan <65369984+simonehuang@users.noreply.github.com> Date: Mon, 21 Jun 2021 17:19:02 -0300 Subject: [PATCH] Update tutorial_setup.md --- docs/tutorial_setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial_setup.md b/docs/tutorial_setup.md index d4830bf..54d8772 100644 --- a/docs/tutorial_setup.md +++ b/docs/tutorial_setup.md @@ -13,7 +13,7 @@ This tutorial covers how to set up and run ImmVis Python Server. 1. Clone [ImmVisServerPython](https://github.com/imdavi/ImmVisServerPython) or download its source code 1. Open a terminal and navigate to the folder where the code was cloned/downloaded 1. Install the [required dependencies](../requirements.txt) by using the `install_python_dependencies`script available on [utilities folder](../utilities) or running the command `pip install -r requirements.txt` -1. Still inside the project folder, run the command `python3 -m immvis.grpc`. +1. Still inside the project folder, run the command `python -m immvis.grpc` (or `python3`). 1. If everything worked fine, you are going to see the following output on the terminal: ```shell Creating DataManager