upgraded ilya shlyakhter's comment to install/conda page
This commit is contained in:
parent
ceee0ea5f1
commit
5a2c32820e
3 changed files with 11 additions and 11 deletions
|
@ -13,10 +13,11 @@ detailed instructions | quick install
|
|||
[[ArchLinux]] | `pacman -S git-annex`
|
||||
[[NixOS]] | `nix-env -i git-annex`
|
||||
[[Gentoo]] | `emerge git-annex`
|
||||
[[Void]] | `xbps-install git-annex`
|
||||
[[Void]] | `xbps-install git-annex`
|
||||
[[ScientificLinux5]] |
|
||||
[[openSUSE]] | `zypper in git-annex`
|
||||
[[Docker]] |
|
||||
[[conda]] | `conda install -c conda-forge git-annex`
|
||||
[[Windows]] | **beta**
|
||||
"""]]
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
[[!comment format=mdwn
|
||||
username="ilyawebmail@d5db0da13c02cda3860f534f3f02acdc914360b9"
|
||||
nickname="ilyawebmail"
|
||||
avatar="http://cdn.libravatar.org/avatar/34c90de0aa8b47144f32671827bd97d1"
|
||||
subject="conda install now available on Linux (no root privileges needed)"
|
||||
date="2018-03-27T18:33:36Z"
|
||||
content="""
|
||||
On Linux, an up-to-date binary distribution of git-annex can now be installed with the conda package manager ( https://conda.io/docs/ ) from with conda-forge channel ( https://conda-forge.org/ ). After installing conda, do: \"conda install -c conda-forge git-annex\".
|
||||
|
||||
"""]]
|
9
doc/install/conda.mdwn
Normal file
9
doc/install/conda.mdwn
Normal file
|
@ -0,0 +1,9 @@
|
|||
On Linux, an up-to-date binary distribution of git-annex can now be
|
||||
installed with the [conda package manager](https://conda.io/docs/)
|
||||
from with [conda-forge channel](https://conda-forge.org/).
|
||||
|
||||
After installing conda, run:
|
||||
|
||||
conda install -c conda-forge git-annex
|
||||
|
||||
Note that this installation method does not need root permissions.
|
Loading…
Reference in a new issue