Skip to content
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