From a09c1ddac5e0e150b0e6fe83a14bd5ba3347ad64 Mon Sep 17 00:00:00 2001 From: VishnuSanal Date: Sun, 26 Nov 2023 13:06:16 +0530 Subject: [PATCH 1/2] update build instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3038824..9c1eac3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ to Unicode and vice-versa. More fonts can be added by placing their maps in ## Installation 1. Clone the repository `git clone https://github.com/libindic/payyans.git` 2. Change to the cloned directory `cd payyans` -3. Run setup.py to create installable source `python setup.py sdist` +3. Generating archive `python3 -m build` 4. Install using pip `pip install dist/libindic-payyans*.tar.gz` ## Usage From fa91e82ccdb4f20e66a453dfba8d416e95143fdd Mon Sep 17 00:00:00 2001 From: VishnuSanal Date: Tue, 28 Nov 2023 20:44:41 +0530 Subject: [PATCH 2/2] update build instructions --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9c1eac3..ba7917a 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,8 @@ to Unicode and vice-versa. More fonts can be added by placing their maps in `libindic/payyans/maps` folder. ## Installation -1. Clone the repository `git clone https://github.com/libindic/payyans.git` -2. Change to the cloned directory `cd payyans` -3. Generating archive `python3 -m build` -4. Install using pip `pip install dist/libindic-payyans*.tar.gz` + +```python -m pip install -e 'git+https://github.com/libindic/payyans.git#egg=libindic-payyans'``` ## Usage ```