From 4451bfbc6bdc2c9f2b27c27f6047f664c4244a06 Mon Sep 17 00:00:00 2001 From: LAin <70411813+not-lain@users.noreply.github.com> Date: Tue, 26 Mar 2024 04:22:55 +0100 Subject: [PATCH] loadimg from pip --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e09e1f8..3b4d867 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ a python package for loading images ## how to use installation ``` -pip install git+https://github.com/not-lain/loadimg +pip install loadimg ``` usage ```python @@ -12,4 +12,4 @@ from loadimg import load_img load_img(any_img_type_here) # output_type parameter is coming soon ``` -![loadimg](./loadimg.png) \ No newline at end of file +![loadimg](https://github.com/not-lain/loadimg/blob/main/loadimg.png?raw=true)