Skip to content

Commit 9df1988

Browse files
committed
updated README install instructions to reflect pypi availability
1 parent ae83e5f commit 9df1988

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,23 +63,23 @@ plt.show()
6363
### OS X (zsh)
6464
To install, run
6565
```shell
66-
pip install .
66+
pip install pyest
6767
```
6868

6969
To install packages needed for running the examples, run
7070
```shell
71-
pip install '.[examples]'
71+
pip install 'pyest[examples]'
7272
```
7373

7474
### OS X (bash), Windows (cmd prompt)
7575
To install, run
7676
```shell
77-
pip install .
77+
pip install pyest
7878
```
7979

8080
To install packages needed for running the examples, run
8181
```shell
82-
pip install .[examples]
82+
pip install pyest[examples]
8383
```
8484

8585

0 commit comments

Comments
 (0)