44[ ![ GitHub Workflow Status] ( https://img.shields.io/github/actions/workflow/status/bybatkhuu/module.python-utils/2.build-publish.yml?logo=GitHub )] ( https://github.com/bybatkhuu/module.python-utils/actions/workflows/2.build-publish.yml )
55[ ![ GitHub release (latest SemVer)] ( https://img.shields.io/github/v/release/bybatkhuu/module.python-utils?logo=GitHub&color=blue )] ( https://github.com/bybatkhuu/module.python-utils/releases )
66
7- 'potato_utils ' is collection of simple useful utils package for python.
7+ 'potato_util ' is collection of simple useful utils package for python.
88
99## ✨ Features
1010
@@ -74,7 +74,7 @@ git clone git@github.com:bybatkhuu/module.python-utils.git && \
7474** OPTION A.** [ ** RECOMMENDED** ] Install from ** PyPi** :
7575
7676``` sh
77- pip install -U potato_utils
77+ pip install -U potato-util
7878```
7979
8080** OPTION B.** Install latest version directly from ** GitHub** repository:
@@ -106,10 +106,10 @@ pip install -e .[dev]
106106
107107``` sh
108108# Install from .whl file:
109- pip install ./potato_utils -[VERSION]-py3-none-any.whl
109+ pip install ./potato_util -[VERSION]-py3-none-any.whl
110110
111111# Or install from .tar.gz file:
112- pip install ./potato_utils -[VERSION].tar.gz
112+ pip install ./potato_util -[VERSION].tar.gz
113113```
114114
115115** OPTION F.** Copy the ** module** into the project directory (for ** testing** ):
@@ -119,9 +119,9 @@ pip install ./potato_utils-[VERSION].tar.gz
119119pip install -r ./requirements.txt
120120
121121# Copy the module source code into the project:
122- cp -r ./src/potato_utils [PROJECT_DIR]
122+ cp -r ./src/potato_util [PROJECT_DIR]
123123# For example:
124- cp -r ./src/potato_utils /some/path/project/
124+ cp -r ./src/potato_util /some/path/project/
125125```
126126
127127## 🚸 Usage/Examples
0 commit comments