Skip to content

Commit f9b9b7f

Browse files
authored
Remove OBE recommendation about installing Poetry from apk
1 parent affc7a5 commit f9b9b7f

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

README.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -396,18 +396,6 @@ To run the image in a container:
396396
docker run --rm --interactive --tty fact 5
397397
```
398398

399-
> [!NOTE]
400-
> If you need to install Poetry on Alpine Linux, see the pre-built
401-
> [`poetry` package](https://pkgs.alpinelinux.org/packages?name=poetry&branch=edge) for that
402-
> platform rather than running `pip install poetry`. This avoids needing to build Poetry
403-
> dependencies from source.
404-
>
405-
> ```Dockerfile
406-
> FROM alpine:latest
407-
>
408-
> RUN apk add --no-cache poetry
409-
> ```
410-
411399
# Miscellaneous
412400

413401
## Shebang Line

0 commit comments

Comments
 (0)