diff --git a/README.md b/README.md index 43e3c04..69eaa6d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,6 @@ +# Setup install rye (or any other python pkg manager of choice, you'll have to install the dependencies yourself) -`rye init` - `rye sync` @@ -9,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`