2018-03-27 21:42:39 +00:00
|
|
|
On Linux, an up-to-date binary distribution of git-annex can now be
|
|
|
|
installed with the [conda package manager](https://conda.io/docs/)
|
2018-03-27 21:43:52 +00:00
|
|
|
from the [conda-forge channel](https://conda-forge.org/).
|
2018-03-27 21:42:39 +00:00
|
|
|
|
2019-08-20 02:45:43 +00:00
|
|
|
After [installing conda](https://docs.conda.io/en/latest/miniconda.html), run:
|
2018-03-27 21:42:39 +00:00
|
|
|
|
|
|
|
conda install -c conda-forge git-annex
|
|
|
|
|
|
|
|
Note that this installation method does not need root permissions.
|