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.
1 parent c0b9d02 commit c839a41Copy full SHA for c839a41
README.rst
@@ -87,7 +87,7 @@ and install it yourself:
87
You might want to also install the ``numpy`` and the ``pymongo`` packages. They are
88
optional dependencies but they offer some cool features:
89
90
- pip install numpy, pymongo
+ pip install numpy pymongo
91
92
Tests
93
-----
@@ -101,8 +101,8 @@ can automatically run the tests for various python versions like this:
101
102
tox
103
104
-Update pyptest version
105
-++++++++++++++++++++++
+Update pytest version
++++++++++++++++++++++
106
107
If you update or change the pytest version, the following files need to be changed:
108
0 commit comments