From 060edf5ee42e7f4a7a661d3a2ee5b7cb40318ade Mon Sep 17 00:00:00 2001 From: abdullah tursun <124070221+apotursun963@users.noreply.github.com> Date: Mon, 18 Nov 2024 20:29:20 +0300 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 93d29a1..0056649 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,13 @@ You can perform conversions between different number systems quickly and accurat Whether you're doing basic calculations or working on software projects that involve numbers, this library saves you time. It's an ideal tool for those looking for a simple and effective solution. + +Installation +------------ +``` +pip install praestans +``` + Example usage ------------- ```python @@ -41,12 +48,8 @@ binary_res = hexa_to_binary(hexa) print(f"hexa: {hexa} -> binary: {binary_res}") ``` - - Running test ------------ ``` python .\tst.py ``` - -