Skip to content

Commit 6038da2

Browse files
committed
Improve contributing part in readme
1 parent 93b6a02 commit 6038da2

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

README.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,10 @@ if __name__ == '__main__':
9393

9494
### Contributing
9595

96-
Install pytest and pytest-asyncio
96+
Install deps
9797

9898
```
99-
pip install pytest
100-
pip install pytest-asyncio
99+
pip install .[test, ci]
101100
```
102101

103102
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
109108
make test
110109
```
111110

112-
Install black and pycodestyle
113-
114-
```
115-
pip install black
116-
pip install pycodestyle
117-
```
118-
119111
Run linters
120112

121113
```bash

0 commit comments

Comments
 (0)