We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae83e5f commit 9df1988Copy full SHA for 9df1988
README.md
@@ -63,23 +63,23 @@ plt.show()
63
### OS X (zsh)
64
To install, run
65
```shell
66
-pip install .
+pip install pyest
67
```
68
69
To install packages needed for running the examples, run
70
71
-pip install '.[examples]'
+pip install 'pyest[examples]'
72
73
74
### OS X (bash), Windows (cmd prompt)
75
76
77
78
79
80
81
82
-pip install .[examples]
+pip install pyest[examples]
83
84
85
0 commit comments