From 614471f32c49eef6073ff8c323aa95fc7183e092 Mon Sep 17 00:00:00 2001 From: Sadjad <65682889+Sad-Abd@users.noreply.github.com> Date: Thu, 30 May 2024 00:30:51 +0330 Subject: [PATCH] Update installation part of README.md --- README.md | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5eacf07..1ae9627 100644 --- a/README.md +++ b/README.md @@ -95,17 +95,12 @@ This part explains how to install and use this package. ### Installation -Since pyPolyMesher is not published on PyPI [_yet_], you need to clone the repository: - +You can install this package using pip: ``` -git clone https://github.com/Sad-Abd/pyPolyMesher.git +pip install PolyMesher ``` -Then install it using pip: - -``` -pip install ./pyPolyMesher -``` +Please note that `pyPolyMesher` is published as `PolyMesher` on PYPI.

(back to top)