Skip to content

Commit

Permalink
Update additional dependencies install command (#689)
Browse files Browse the repository at this point in the history
  • Loading branch information
tjburch authored Jun 26, 2023
1 parent 3b4d038 commit ea96a73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ Please reasonably document any additions or changes to the codebase, when in dou

```bash
pip install -e .
pip install .[dev]
pip install '.[dev]'
```

If you're going to develop futures related to JAX, install jax-related dependencies.

```bash
pip install .[jax]
pip install '.[jax]'
```

1. Develop the feature on your feature branch. Add changed files using `git add` and then `git commit` files:
Expand Down

0 comments on commit ea96a73

Please # to comment.