Skip to content

Commit

Permalink
Fixes and setup (#2)
Browse files Browse the repository at this point in the history
* update readme

* readme
  • Loading branch information
Hinne1 authored Oct 8, 2024
1 parent d91024d commit 89ea92d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
# Setup
install rye (or any other python pkg manager of choice, you'll have to install the dependencies yourself)

`rye init`

`rye sync`


`python src/main.py`


`curl -X POST -F "file=@path/to/your/email-file.msg" http://localhost:8082/converter --output output.jpg`


# Installing packages
`rye add <package-name>`

`rye sync`

0 comments on commit 89ea92d

Please sign in to comment.