- Thư viện số nguyên tố và các hàm nâng cao
- Update thêm tính năng cắt ảnh tài liệu ghép thành pdf file trong TRY.PY
Clone the repository
git clone https://github.com/VitStudio/lib-pyb14.git
Build the library
python setup.py bdist_wheel
# replace '0.1.2' with version
Install the library locally
pip install dist/sngtolib-0.1.2-py3-none-any.whl
Once you have installed your Python library, you can import it using:
import sngtolib
#or
from sngtolib import sngto
Build for production
python setup.py sdist bdist_wheel --universal --release --sign --identity="Your Name"
# replace "Your Name" with your name