[go: nahoru, domu]

Skip to content

Commit

Permalink
Grammar in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
j-towns committed Jul 26, 2023
1 parent bd4f375 commit 75f2a07
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,14 +83,14 @@ You can find a tutorial [here.](docs/tutorial.md)

## How to install

Install _autograd_ using Pip, e.g.
Install Autograd using Pip:

```shell
pip install autograd
```

Some features require _scipy_, which you can install separately or as an
optional dependency along with _autograd_ , e.g.
Some features require SciPy, which you can install separately or as an
optional dependency along with Autograd:

```shell
pip install "autograd[scipy]"
Expand Down

0 comments on commit 75f2a07

Please sign in to comment.