Update MACA

repos 2025-02-11 15:39:29 +08:00
parent 84f964e571
commit 0e76b82594

18
MACA.md

@ -292,22 +292,6 @@
pip index versions <package> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com pip index versions <package> -i https://repos.metax-tech.com/r/maca-pypi/simple --trusted-host repos.metax-tech.com
``` ```
### Conda安装
#### 单包安装
- **使用以下命令安装指定包**
```bash
conda install <package> -c https://repos.metax-tech.com/r/maca-conda/
```
#### 列出可用版本
-
```bash
conda search <package> --info -c https://repos.metax-tech.com/r/maca-conda/
```
### 兼容性
- 当前仓库仅支持 Python 3.8 和 Python 3.10 版本。
- 当前仓库仅支持cpython编译器。