Changes
Page history
Update Tutorial
authored
Oct 09, 2019
by
jvfpw18
Hide whitespace changes
Inline
Side-by-side
Tutorial.md
View page @
9f695acc
...
@@ -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
~~~
~~~
...
...
...
...