Changes
Page history
Update installation instructions
authored
Nov 09, 2017
by
Tiago Peixoto
Show whitespace changes
Inline
Side-by-side
installation-instructions.md
View page @
e9c9052b
...
...
@@ -16,14 +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:
```
Python 3.6.2 (default, Jul 20 2017, 03:52:27)
Type "copyright", "credits" or "license" for more information.
IPython 5.3.0 -- An enhanced Interactive Python.
? -> Introduction and overview of IPython's features.
%quickref -> Quick reference.
help -> Python's own help system.
object? -> Details about 'object', use 'object??' for extra details.
Python 3.6.3 (default, Oct 24 2017, 14:48:20)
Type 'copyright', 'credits' or 'license' for more information
IPython 6.2.1 -- An enhanced Interactive Python. Type '?' for help.
In [1]: from graph_tool.all import *
In [2]:
...
...
...
...