Skip to content

Commit

Permalink
loadimg from pip
Browse files Browse the repository at this point in the history
  • Loading branch information
not-lain authored Mar 26, 2024
1 parent 34216f6 commit 4451bfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ a python package for loading images
## how to use
installation
```
pip install git+https://github.com/not-lain/loadimg
pip install loadimg
```
usage
```python
from loadimg import load_img
load_img(any_img_type_here) # output_type parameter is coming soon
```

![loadimg](./loadimg.png)
![loadimg](https://github.com/not-lain/loadimg/blob/main/loadimg.png?raw=true)

0 comments on commit 4451bfb

Please sign in to comment.