We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 906b86c commit 0d8a232Copy full SHA for 0d8a232
1 file changed
docs/dev-guide.md
@@ -30,12 +30,15 @@ add your contributions to the **development** branch.
30
31
```shell
32
git clone git@github.com:<user-name>/server-client-python.git
33
+ cd server-client-python
34
```
35
-1. Run the tests to make sure everything is passing:
36
+1. Install dependencies and run the tests to make sure everything is passing:
37
38
- python setup.py test
39
+ python -m pip install --upgrade pip
40
+ pip install -e .[test] build
41
+ pytest test
42
43
44
1. Configure a remote that points to the source (upstream) repository:
0 commit comments