From 3689ba33aca926f4f2d3e9cb5053276c7c552d4d Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Thu, 11 Jan 2024 14:56:00 +0100 Subject: [PATCH] Review --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 7dafbb4..1347d7f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ programming languages. * [TREXIO](#trexio) * [Installation](#installation) - * [Installation from a package](#installation-from-a-package) + * [Installation using a package manager](#installation-using-a-package-manager) * [Debian/Ubuntu](#debianubuntu) * [Conda](#conda) * [Spack](#spack) @@ -43,19 +43,7 @@ programming languages. ## Installation -### Installation from a package -#### Debian/Ubuntu - -The official release of TREXIO `2.2.0` is available as a Debian (`.deb`) package thanks to the [Debichem Team](https://wiki.debian.org/Debichem). -The source code is hosted [here](https://salsa.debian.org/debichem-team/libtrexio) and -the pre-built binary files are available via the [Debian package registry](https://packages.debian.org/bookworm/libtrexio-dev). - -TREXIO is also available on [Ubuntu 23.04 (Lunar Lobster)](https://packages.ubuntu.com/lunar/libtrexio-dev) and newer and can be installed as follows: - -``` -sudo apt-get update && sudo apt-get install libtrexio-dev -``` - +### Installation using a package manager #### Conda [![Anaconda-Server Badge](https://anaconda.org/conda-forge/trexio/badges/version.svg)](https://anaconda.org/conda-forge/trexio) @@ -95,6 +83,18 @@ It can be installed as follows: guix package --cores=`getconf _NPROCESSORS_ONLN` --install-from-file=trexio.scm ``` +#### Debian/Ubuntu + +The official release of TREXIO `2.2.0` is available as a Debian (`.deb`) package thanks to the [Debichem Team](https://wiki.debian.org/Debichem). +The source code is hosted [here](https://salsa.debian.org/debichem-team/libtrexio) and +the pre-built binary files are available via the [Debian package registry](https://packages.debian.org/bookworm/libtrexio-dev). + +TREXIO is also available on [Ubuntu 23.04 (Lunar Lobster)](https://packages.ubuntu.com/lunar/libtrexio-dev) and newer and can be installed as follows: + +``` +sudo apt-get update && sudo apt-get install libtrexio-dev +``` + ### Installation from source #### Minimal requirements (for users): @@ -272,7 +272,7 @@ We highly recommend to use virtual environments to avoid compatibility issues an ### Rust -The Rust API is available on Crates.io, so you can simply run +The Rust API is available on Crates.io, so you can simply run ``` cargo add trexio ```