[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gnuastro-commits] master a96fae49: Webpage: Installation section now ha
From: |
Mohammad Akhlaghi |
Subject: |
[gnuastro-commits] master a96fae49: Webpage: Installation section now has Conda SVG and link |
Date: |
Thu, 17 Feb 2022 12:22:13 -0500 (EST) |
branch: master
commit a96fae490f4d7516575962d03bc518c6f14d193c
Author: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Commit: Mohammad Akhlaghi <mohammad@akhlaghi.org>
Webpage: Installation section now has Conda SVG and link
Until now, the webpage didn't have any mention of the fact that Gnuastro is
also packaged in Conda. Since many people use it regularly and are
comfortable with Conda, its useful for many potential new users to be able
to easily test it.
With this commit, the first paragraph of the "Installation" section in the
main wepage first mentions that Gnuastro is available in OS package
managers, then it mentions Conda, and finally it has a link to the "Quick
start" page that describes building from source.
---
doc/gnuastro.en.html | 22 +++++++++++++++-------
1 file changed, 15 insertions(+), 7 deletions(-)
diff --git a/doc/gnuastro.en.html b/doc/gnuastro.en.html
index 23cd71b4..51fe6664 100644
--- a/doc/gnuastro.en.html
+++ b/doc/gnuastro.en.html
@@ -104,19 +104,27 @@ for entertaining and easy to read real world examples of
using
-<div class="pict narrow">
-<a href="https://repology.org/metapackage/gnuastro/versions" target="_blank">
- <img
src="https://repology.org/badge/vertical-allrepos/gnuastro.svg?header=Gnuastro
packaging status" alt="Packaging status" />
-</a>
-</div>
<h3 id="installation">Installation</h3>
-<p>See <a href="manual/html_node/Quick-start.html">Quick start</a> for a fast
-review of the Gnuastro's building and installation commands.</p>
+<p>Besides many operating system package managers (shown on the figure
+below), Gnuastro is
+also <a href="https://anaconda.org/conda-forge/gnuastro">available in
+Conda</a>. Just note the versions: if your OS has an older version of
+Gnuastro, it is easy to build the latest version from source:
+see <a href="manual/html_node/Quick-start.html">Quick start</a>.</p>
+
+<div class="pict narrow">
+<a href="https://repology.org/metapackage/gnuastro/versions" target="_blank">
+ <img
src="https://repology.org/badge/vertical-allrepos/gnuastro.svg?header=Gnuastro
status in OSs" alt="Packaging status" />
+</a>
+
+Generic package manager:
+<a href="https://anaconda.org/conda-forge/gnuastro"> <img
src="https://anaconda.org/conda-forge/gnuastro/badges/version.svg" /> </a>
+</div>
<p>Gnuastro only has three mandatory
dependencies: <a href="manual/html_node/GNU-Scientific-Library.html">GNU
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gnuastro-commits] master a96fae49: Webpage: Installation section now has Conda SVG and link,
Mohammad Akhlaghi <=