From 1fbda25698a1f3f8397e38f0649f31d04c59ae47 Mon Sep 17 00:00:00 2001 From: Hinne Date: Tue, 8 Oct 2024 14:04:54 +0200 Subject: [PATCH 1/2] update readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 43e3c04..3589e83 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,5 @@ install rye (or any other python pkg manager of choice, you'll have to install the dependencies yourself) -`rye init` - `rye sync` From 069d4d08ac972f77f20d18674ac85723e38f3e40 Mon Sep 17 00:00:00 2001 From: Hinne Date: Tue, 8 Oct 2024 14:26:06 +0200 Subject: [PATCH 2/2] readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3589e83..69eaa6d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ +# Setup install rye (or any other python pkg manager of choice, you'll have to install the dependencies yourself) `rye sync` @@ -7,3 +8,9 @@ install rye (or any other python pkg manager of choice, you'll have to install t `curl -X POST -F "file=@path/to/your/email-file.msg" http://localhost:8082/converter --output output.jpg` + + +# Installing packages +`rye add ` + +`rye sync`