Skip to content

Commit

Permalink
update development instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
francescobrivio authored and thesps committed May 13, 2024
1 parent bfe3d18 commit 271401c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ print(fpu.get_info())
```
1. Go into the Conifer project directory: `cd conifer`
1. Install the python development dependencies: `pip install -r dev_requirements.txt`
1. Run an example: `PYTHONPATH="$(pwd):${PYTHONPATH}" && python examples/sklearn_to_cpp.py`
1. Run an example: `export PYTHONPATH="$(pwd):${PYTHONPATH}" && python examples/sklearn_to_cpp.py`
1. Run a single unit test: `pytest tests/test_multiclass.py`
1. Run all the unit tests: `pytest`

Expand Down
1 change: 1 addition & 0 deletions dev_requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ scikit-learn
xgboost<2.0.0
pybind11
ydf
pandas

0 comments on commit 271401c

Please sign in to comment.