mirror of
https://github.com/vee1e/rattler.git
synced 2026-09-02 03:17:13 +00:00
This is the first implementation for an API to install packages with Rattler. A test is available to check that installing an explicit lock file for python actually allows you to run Python. There are still loads of features missing but the basic functionality works.
7 lines
292 B
Markdown
7 lines
292 B
Markdown
This directory contains several environment file specifications that install an environment with Python.
|
|
|
|
To update the different lock files run the following command:
|
|
|
|
```shell
|
|
conda-lock lock -k explicit --filename-template "explicit-env-{platform}.txt" --micromamba -f environment.yml
|
|
```
|