From 3f0b3ec2c7d8ce6624eed55a5951cff90b82893a Mon Sep 17 00:00:00 2001 From: Luke Frisken Date: Fri, 24 Sep 2021 14:53:46 +0400 Subject: [PATCH] Add conda package to README (#976) --- README.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/README.adoc b/README.adoc index eb6760ce53..2cdf841073 100644 --- a/README.adoc +++ b/README.adoc @@ -118,6 +118,7 @@ list: | https://alpinelinux.org/[Alpine Linux] | https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management[apk-tools] | https://pkgs.alpinelinux.org/package/edge/community/x86_64/just[just] | `apk add just` | https://getfedora.org/[Fedora Linux] | https://dnf.readthedocs.io/en/latest/[DNF] | https://src.fedoraproject.org/rpms/rust-just[just] | `dnf install just` | https://www.gentoo.org/[Gentoo Linux] | https://wiki.gentoo.org/wiki/Portage[Portage] | https://github.com/gentoo-mirror/dm9pZCAq/tree/master/sys-devel/just[dm9pZCAq overlay: sys-devel/just] | `eselect repository enable dm9pZCAq && emerge --sync dm9pZCAq && emerge sys-devel/just` +| https://docs.conda.io/en/latest/miniconda.html#system-requirements[Various] | https://docs.conda.io/projects/conda/en/latest/index.html[Conda] | https://anaconda.org/conda-forge/just[just] | `conda install -c conda-forge just` |================================================================================================================================================================================================================================================================================================================================================================================================================================