Update Tutorial authored by jvfpw18's avatar jvfpw18
...@@ -37,9 +37,9 @@ $ monetdb release hotmapper-demo ...@@ -37,9 +37,9 @@ $ monetdb release hotmapper-demo
#### Getting HOTMapper dependencies #### Getting HOTMapper dependencies
Let's create a new virtual environment and install the requirements. Let's create a new virtual environment and install the requirements.
Be sure that you have installed pip3 and python 3.5+. Be sure that you have installed `pip3` and `python 3.5+`.
Install python3-venv, if you don't have it, using the command bellow. Install `python3-venv`, if you don't have it, using the command bellow.
~~~Bash ~~~Bash
$ sudo apt-get install python3-venv $ sudo apt-get install python3-venv
~~~ ~~~
... ...
......