We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56d659b commit 42d3672Copy full SHA for 42d3672
README.md
@@ -19,7 +19,7 @@ Can be installed via `pip`: `pip install codeflare-sdk`
19
20
We recommend using Python 3.8 for development.
21
Install development specific dependencies:
22
- `$ pip install pre-commit poetry pytest pytest-mock coverage black==22.3.0`
+ `$ pip install -r requirements-dev.txt`
23
24
Additional dependencies can be found in `requirements.txt`: `$ pip install -r requirements.txt`
25
requirements-dev.txt
@@ -0,0 +1,6 @@
1
+pre-commit
2
+poetry
3
+pytest
4
+pytest-mock
5
+coverage
6
+black==22.3.0
0 commit comments