diff --git a/src/download.json b/src/download.json new file mode 100644 index 0000000..23cc2c5 --- /dev/null +++ b/src/download.json @@ -0,0 +1,12 @@ +{ + "conda": { + "dates": [ + "2025-12-15", + "2026-02-13" + ], + "counts": [ + 23, + 59 + ] + } +} diff --git a/src/rest_download.md b/src/rest_download.md index 754b328..b0d6028 100644 --- a/src/rest_download.md +++ b/src/rest_download.md @@ -26,7 +26,7 @@ --- -## ⬇️ Download Links +## ⬇️ Download Links and Counts ### Docker Container Image - **Filename**: `rest_2025.01.tar.gz` @@ -40,10 +40,21 @@ - **Format**: Singularity/Apptainer container (.sif) - **Download**: [rest_2025.01.sif](https://rest-package-image.oss-cn-hangzhou.aliyuncs.com/apptainer/rest_2025.01.sif) +### Conda +![](https://anaconda.org/restgroup/rest/badges/latest_release_date.svg) +![](https://anaconda.org/restgroup/rest/badges/downloads.svg) + --- ## 🔧 Quick Installation Commands +### Conda Installation +```bash +conda create -n rest python=3.11 -c conda-forge +conda activate rest +conda install rest -c restgroup -c mokit -c conda-forge +``` + ### Docker Installation ```bash # Download and load Docker image