Changes
Page history
Update installation instructions
authored
Jun 28, 2018
by
Tiago Peixoto
Show whitespace changes
Inline
Side-by-side
installation-instructions.md
View page @
d7024326
...
@@ -16,9 +16,9 @@ docker run -it -u user -w /home/user tiagopeixoto/graph-tool ipython
...
@@ -16,9 +16,9 @@ docker run -it -u user -w /home/user tiagopeixoto/graph-tool ipython
```
```
which will give you a Python 3 environment with
`graph-tool`
installed:
which will give you a Python 3 environment with
`graph-tool`
installed:
```
```
Python 3.6.
3
(default,
Oct 24
201
7
,
1
4:
48:20
)
Python 3.6.
5
(default,
May 11
201
8
,
0
4:
00:52
)
Type 'copyright', 'credits' or 'license' for more information
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 [1]: from graph_tool.all import *
In [2]:
In [2]:
...
...
...
...