From 3a545ef1b955460d09c092dcc4d5888a77d4d339 Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 11 Aug 2024 16:32:43 +0530 Subject: [PATCH 1/2] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2c6e8ff..11cf39a 100644 --- a/README.md +++ b/README.md @@ -1 +1,7 @@ -# poetry \ No newline at end of file +# poetry + +how to use: + +```bash +docker run --rm -v $(pwd):/app -v /tmp/cache:/root/.cache squadstack/poetry:latest python3 -m poetry build +``` From ab6603fa209b1f7a0981dda529495361f07925cd Mon Sep 17 00:00:00 2001 From: Ayush Date: Sun, 11 Aug 2024 16:43:02 +0530 Subject: [PATCH 2/2] update README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 11cf39a..dfa4179 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # poetry -how to use: +note: uses python3.11 + + +### how to use: ```bash docker run --rm -v $(pwd):/app -v /tmp/cache:/root/.cache squadstack/poetry:latest python3 -m poetry build