Skip to content

Commit 6f7443f

Browse files
authored
added git clone note
1 parent 9454256 commit 6f7443f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ For more information on generating different hierarchies, see [Induced Hierarchy
170170
**To reproduce experimental results**, start by cloning the repository and installing all requirements.
171171

172172
```bash
173-
git clone git@github.com:alvinwan/neural-backed-decision-trees.git
173+
git clone git@github.com:alvinwan/neural-backed-decision-trees.git # or http addr if you don't have private-public github key setup
174174
cd neural-backed-decision-trees
175175
python setup.py develop
176176
```
@@ -379,7 +379,7 @@ As discussed above, you can use the `nbdt` python library to integrate NBDT trai
379379
If you have not already, start by cloning the repository and installing all requirements.
380380

381381
```bash
382-
git clone git@github.com:alvinwan/neural-backed-decision-trees.git
382+
git clone git@github.com:alvinwan/neural-backed-decision-trees.git # or http addr if you don't have private-public github key setup
383383
cd neural-backed-decision-trees
384384
python setup.py develop
385385
```

0 commit comments

Comments
 (0)