added support for devenv

This commit is contained in:
daniel
2024-09-11 13:51:46 +02:00
committed by Roland Kurmann
parent eb8bb38aa5
commit 5c5e2096b8
6 changed files with 180 additions and 0 deletions

View File

@@ -525,6 +525,14 @@ Install [devbox](https://github.com/jetpack-io/devbox), which is a wrapper for n
devbox shell
```
### devbox
Install [devbox](https://devenv.sh), which is a wrapper for nix. Then enter the environment with Python and the packages installed with:
```
devenv shell
```
### docker
Install [Docker](https://docs.docker.com/get-docker/).