Skip to content

Update tutorial_setup.md #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/tutorial_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down