diff --git a/README.md b/README.md index d3c8820..f4a7234 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ [![Docs](https://readthedocs.org/projects/openalea-astk/badge/?version=latest)](https://openalea-astk.readthedocs.io/) -[![Build Status](https://github.com/openalea-incubator/astk/actions/workflows/conda-package-build.yml/badge.svg?branch=master)](https://github.com/openalea-incubator/astk/actions/workflows/conda-package-build.yml?query=branch%3Amaster) -[![Python Version](https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue)](https://www.python.org/downloads/) +[![Build Status](https://github.com/openalea/astk/actions/workflows/openalea_ci.yml/badge.svg?branch=master)](https://github.com/openalea/astk/actions/workflows/openalea_ci.yml?query=branch%3Amaster) +[![Anaconda-Server Badge](https://anaconda.org/openalea3/openalea.astk/badges/platforms.svg)](https://anaconda.org/openalea3/openalea.astk) [![License](https://img.shields.io/badge/License--CeCILL-C-blue)](https://www.cecill.info/licences/Licence_CeCILL-C_V1-en.html) [![Anaconda-Server Badge](https://anaconda.org/openalea3/openalea.astk/badges/version.svg)](https://anaconda.org/openalea3/openalea.astk) @@ -26,13 +26,13 @@ condition or estimate them from meteorological data using pvlib library. ### Users ```bash -mamba create -n astk -c openalea3 -c conda-forge openalea.astk openalea.plantgl matplotlib +mamba create -n astk -c openalea3 -c conda-forge openalea.astk openalea.plantgl matplotlib-base ``` ### Developers ```bash -git clone 'https://github.com/openalea-incubator/astk.git' +git clone 'https://github.com/openalea/astk.git' cd astk # this will create a fresh astk_dev env for you mamba env create -f ./conda/environment.yml