Skip to content

Commit 6117c26

Browse files
committed
Add jaxopt dependency
1 parent 05d400e commit 6117c26

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,13 +40,13 @@ pip install jsrm
4040
or locally from the source code:
4141

4242
```bash
43-
pip install .
43+
pip install -e .
4444
```
4545

4646
If you want to run the examples, you will also need to install the following dependencies:
4747

4848
```bash
49-
pip install ".[examples]"
49+
pip install -e ".[examples]"
5050
```
5151

5252
## Usage

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ dev = [
131131
]
132132
examples = [
133133
"diffrax",
134+
"jaxopt",
134135
"matplotlib",
135136
"opencv-python",
136137
]

0 commit comments

Comments
 (0)