Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand All @@ -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
Expand Down
Loading