diff options
Diffstat (limited to 'src/conda/README.md')
-rw-r--r-- | src/conda/README.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/conda/README.md b/src/conda/README.md index 4fb75dd..2e123f2 100644 --- a/src/conda/README.md +++ b/src/conda/README.md @@ -33,6 +33,13 @@ conda install python=3.7 ``` +## OS Support + +This Feature should work on recent versions of Debian/Ubuntu-based distributions with the `apt` package manager installed. + +`bash` is required to execute the `install.sh` script. + + --- _Note: This file was auto-generated from the [devcontainer-feature.json](https://github.com/devcontainers/features/blob/main/src/conda/devcontainer-feature.json). Add additional notes to a `NOTES.md`._ |