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 93b6a02 commit 6038da2Copy full SHA for 6038da2
README.md
@@ -93,11 +93,10 @@ if __name__ == '__main__':
93
94
### Contributing
95
96
-Install pytest and pytest-asyncio
+Install deps
97
98
```
99
-pip install pytest
100
-pip install pytest-asyncio
+pip install .[test, ci]
101
102
103
First, make sure you can run the test suite. Tests are run via py.test
@@ -109,13 +108,6 @@ export STREAM_SECRET=my_api_secret
109
108
make test
110
111
112
-Install black and pycodestyle
113
-
114
-```
115
-pip install black
116
-pip install pycodestyle
117
118
119
Run linters
120
121
```bash
0 commit comments