We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
jaxopt
1 parent 05d400e commit 6117c26Copy full SHA for 6117c26
README.md
@@ -40,13 +40,13 @@ pip install jsrm
40
or locally from the source code:
41
42
```bash
43
-pip install .
+pip install -e .
44
```
45
46
If you want to run the examples, you will also need to install the following dependencies:
47
48
49
-pip install ".[examples]"
+pip install -e ".[examples]"
50
51
52
## Usage
pyproject.toml
@@ -131,6 +131,7 @@ dev = [
131
]
132
examples = [
133
"diffrax",
134
+ "jaxopt",
135
"matplotlib",
136
"opencv-python",
137
0 commit comments