You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This will install standard requirements as specified in the poetry.lock file. Te
26
26
27
27
To include test dependencies run: `poetry install --with test`
28
28
29
-
To include docs dependencies run: `poetry instal --with docs`
29
+
To include docs dependencies run: `poetry install --with docs`
30
30
31
31
To include test and docs dependencies run: `poetry install --with test,docs`
32
32
@@ -38,6 +38,8 @@ If you require a requirements.txt file you can run:
38
38
39
39
We use pre-commit to make sure the code is consistently formatted. To make sure that pre-commit is run every time you commit changes, simply run `pre-commit install`
40
40
41
+
To build the codeflare-sdk pre-commit image run `podman build -f .github/build/Containerfile .` from the root directory.
42
+
41
43
### Testing
42
44
43
45
- To install codeflare-sdk in editable mode, run `pip install -e .` from the repo root.
0 commit comments