From 5d2304d238ea856f2d4e3bc1d965b3e0d8608bc4 Mon Sep 17 00:00:00 2001 From: Anji Liu Date: Wed, 14 Feb 2024 22:30:16 +0800 Subject: [PATCH] Update README.md - installation guide --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 40678190..1ed10b50 100644 --- a/README.md +++ b/README.md @@ -125,7 +125,13 @@ As indicated by the tables, PyJuice is not only much faster than existing implem ## Installation -Since PyJuice is in active development, we recommend installing it from the latest development branch: +The easiest way to install PyJuice is via pip: + +```bash +pip install pyjuice +``` + +Alternatively, you can install PyJuice from source by running the following commands: ```bash git clone git@github.com:Juice-jl/pyjuice.git