diff --git a/src/download.json b/src/download.json new file mode 100644 index 0000000..db32f32 --- /dev/null +++ b/src/download.json @@ -0,0 +1,10 @@ +{ + "conda": { + "dates": [ + "2025-12-15" + ], + "counts": [ + 23 + ] + } +} \ No newline at end of file diff --git a/src/rest_download.md b/src/rest_download.md index 754b328..c0405ad 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/label/cf -c conda-forge +``` + ### Docker Installation ```bash # Download and load Docker image