From bae98215d1d5109214ec195f904e8149c304d128 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Deuchnord?= Date: Tue, 2 Mar 2021 18:59:10 +0100 Subject: [PATCH] docs: use Repology to list the repository where Kosmorro is present (#152) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Thanks @Thierry-FreeBSD for maintaing Kosmorro on FreeBSD repositories! ♥ --- README.md | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 309e50b..a34e7d3 100644 --- a/README.md +++ b/README.md @@ -9,24 +9,23 @@ A program that calculates your astronomical ephemerides! Keep in mind that Kosmorro is still in alpha development stage and is not considered as stable. -#### Linux +#### Available packages -##### Arch Linux, Manjaro… +First thing first, check on the badge below (or on [Repology](https://repology.org/project/kosmorro/packages)) if your distribution has a package for Kosmorro. +If possible, prefer these packages, since they provide the best integration with your system, especially the update routine. -Kosmorro is available [in the AUR](https://aur.archlinux.org/packages/kosmorro). +[![Packaging status](https://repology.org/badge/vertical-allrepos/kosmorro.svg)](https://repology.org/project/kosmorro/versions) -##### Other distributions +If it doesn't, then follow the methods ways below. -Kosmorro is available [on PyPI](https://pypi.org/project/kosmorro/), a repository dedicated to Python. -First, install `python-pip` on your system and invoke the following command: `pip install kosmorro`. - -#### macOS +#### Install from PyPI (Linux, macOS) -Currently, macOS does not provide Python 3, so you will first have to install it. -If you don't have it, install [HomeBrew](https://formulae.brew.sh), then install Python 3: `brew install python`. +> Note: Python 3 and PIP3 is necessary on your machine. +> Please check you have installed it before you install Kosmorro. +> If you need help to install Python 3 and PIP3, please refer to your distribution's manual. -This will install Python 3 and its PIP on your system. Note that their executables are called `python3` and `pip3`. -Now, you can install Kosmorro with your PIP: `pip3 install kosmorro`. +Kosmorro is available [on PyPI](https://pypi.org/project/kosmorro/), a repository dedicated to Python. +To install it, invoke the following command: `pip3 install kosmorro`. #### Windows