Skip to content

Commit

Permalink
restore semicolon that was replaced with a period accidently
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhausen committed Aug 26, 2024
1 parent 64286cf commit 3b10af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOPING.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Next, install necessary build dependencies. For more information, see <https://s

Assuming these steps have worked properly and you have read and followed any necessary scikit-learn advanced installation instructions, you can then install dependencies for treeple.

If you are developing locally, you will need the build dependencies to compile the Cython / C++ code.
If you are developing locally, you will need the build dependencies to compile the Cython / C++ code:

pip install -r build_requirements.txt

Expand Down

0 comments on commit 3b10af5

Please sign in to comment.