Update installation instructions authored by Tiago Peixoto's avatar Tiago Peixoto
...@@ -141,7 +141,7 @@ If you encounter an error installing graph-tool via Macports, please file a bug ...@@ -141,7 +141,7 @@ If you encounter an error installing graph-tool via Macports, please file a bug
### Conda ### Conda
It's possible to install `graph-tool` using the [Conda](https://conda.io) package manager for both GNU/Linux and MacOS, via [conda-forge](https://anaconda.org/conda-forge/graph-tool). The packages are binary, so no compilation is necessary. This mode of installation is particularly useful when a system-wide installation is not possible due to lack of permissions, e.g. in HPC environments, since anaconda allows for unprivileged installations in a home directory. It's possible to install `graph-tool` using the [Conda](https://conda.io) package manager for both GNU/Linux and MacOS, via [conda-forge](https://anaconda.org/conda-forge/graph-tool). The packages are binary, so no compilation is necessary. This mode of installation is particularly useful when a system-wide installation is not possible due to lack of permissions, e.g. in HPC environments, since conda allows for unprivileged installations in a home directory.
The easiest way to install `graph-tool` is to create a new environment and install it there: The easiest way to install `graph-tool` is to create a new environment and install it there:
... ...
......