From d43f23b423a9284def97e0666024e15d402e42c4 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 29 Jun 2021 11:54:17 +0200 Subject: [PATCH] org: we have a conda-forge package. * doc/org/install.org: Add conda instructions. --- doc/org/install.org | 22 ++++++++++++++++++++-- 1 file changed, 20 insertions(+), 2 deletions(-) diff --git a/doc/org/install.org b/doc/org/install.org index d3ca30356..f789df8ab 100644 --- a/doc/org/install.org +++ b/doc/org/install.org @@ -4,7 +4,7 @@ #+INCLUDE: setup.org #+HTML_LINK_UP: index.html -* Installing from a tarball +* Installing and compiling from a tarball :PROPERTIES: :CUSTOM_ID: tar :END: @@ -131,7 +131,25 @@ command-line tools, =python3-spot= contains the Python bindings, documentation that you can also find online. Those packages depends on =libspot= that contains the shared libraries. -* Installing from git +* Installing as a Conda package + + Spot is available as a [[https://anaconda.org/conda-forge/spot][Conda-forge package]] for Linux and OS X. + + A typical installation would go as follow: + +#+BEGIN_SRC sh + conda create --name myenv python=3.8 # adjust as desired + conda activate myenv + conda install -c conda-forge spot +#+END_SRC + + Note that this package is built automatically by the conda-forge + infrastructure, but this requires some manual trigger after each + release. Therefore there might be a delay between the moment a + release of Spot is announced, and the availability of the Conda + package. + +* Installing and compiling from git :PROPERTIES: :CUSTOM_ID: git :END: