Skip to content
Open
Show file tree
Hide file tree
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
10 changes: 10 additions & 0 deletions src/download.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"conda": {
"dates": [
"2025-12-15"
],
"counts": [
23
]
}
}
13 changes: 12 additions & 1 deletion src/rest_download.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

---

## ⬇️ Download Links
## ⬇️ Download Links and Counts

### Docker Container Image
- **Filename**: `rest_2025.01.tar.gz`
Expand All @@ -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
Expand Down