We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02854be commit 8041b73Copy full SHA for 8041b73
README.md
@@ -41,7 +41,7 @@ To get started developing the SDK:
41
42
4. Install the required dependencies:
43
```bash
44
- pip install -r requirements.txt
+ pip install -e . && pip install -r requirements-dev.txt
45
```
46
47
### Code Formatting
0 commit comments