diff --git a/README.md b/README.md index 2c6e8ff..dfa4179 100644 --- a/README.md +++ b/README.md @@ -1 +1,10 @@ -# poetry \ No newline at end of file +# poetry + +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 +```