Skip to content

Commit

Permalink
Update README.md - installation guide
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanji authored Feb 14, 2024
1 parent 953748e commit 5d2304d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]:Juice-jl/pyjuice.git
Expand Down

0 comments on commit 5d2304d

Please sign in to comment.