Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
......@@ -16,12 +16,12 @@ docker run -it -u user -w /home/user tiagopeixoto/graph-tool ipython
```
which will give you a Python 3 environment with `graph-tool` installed:
```
Python 3.6.3 (default, Oct 24 2017, 14:48:20)
Python 3.6.5 (default, May 11 2018, 04:00:52)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.
IPython 6.3.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from graph_tool.all import *
In [2]:
In [2]:
```
### Interactive visualizations
......
......