From 13be874b4fab9e663fd94814cfd7db34af67c101 Mon Sep 17 00:00:00 2001 From: Vishnu Sanal T <50027064+VishnuSanal@users.noreply.github.com> Date: Tue, 28 Nov 2023 20:50:40 +0530 Subject: [PATCH] Update build instructions (#16) --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3038824..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. Run setup.py to create installable source `python setup.py sdist` -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 ```