Skip to content

Commit 271401c

Browse files
francescobriviothesps
authored andcommitted
update development instructions
1 parent bfe3d18 commit 271401c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ print(fpu.get_info())
115115
```
116116
1. Go into the Conifer project directory: `cd conifer`
117117
1. Install the python development dependencies: `pip install -r dev_requirements.txt`
118-
1. Run an example: `PYTHONPATH="$(pwd):${PYTHONPATH}" && python examples/sklearn_to_cpp.py`
118+
1. Run an example: `export PYTHONPATH="$(pwd):${PYTHONPATH}" && python examples/sklearn_to_cpp.py`
119119
1. Run a single unit test: `pytest tests/test_multiclass.py`
120120
1. Run all the unit tests: `pytest`
121121

dev_requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ scikit-learn
66
xgboost<2.0.0
77
pybind11
88
ydf
9+
pandas

0 commit comments

Comments
 (0)