Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
# Installing using Docker # Installing using Docker
The most hands-free and OS-agnostic way to install `graph-tool` is using [Docker](https://www.docker.com/). If you have Docker installed, this can be done simply by running: The most hands-off and OS-agnostic way to install `graph-tool` is using [Docker](https://www.docker.com/). If you have Docker installed, this can be done simply by running:
```bash ```bash
docker pull tiagopeixoto/graph-tool docker pull tiagopeixoto/graph-tool
``` ```
... ...
......