Skip to content

Commit c020d31

Browse files
committed
update README.md
1 parent 25a3b8d commit c020d31

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
@@ -6,12 +6,12 @@ For reasons I've yet to investigate (probably Linux distros with GLIBC older tha
66

77
### Direct pip installation
88
```bash
9-
pip install https://github.com/codcordance/xgboost-gpu-sspcloud/releases/download/v1.0/your_xgboost_wheel_filename.whl
9+
pip install https://github.com/codcordance/xgboost-gpu-sspcloud/releases/download/v3.0.0.0.dev0/xgboost-3.0.0.dev0-py3-none-manylinux_2_35_x86_64.whl
1010
```
1111

1212
### From sources
1313
```bash
1414
git clone https://github.com/codcordance/xgboost-gpu-sspcloud.git
15-
cd xgboost-gpu-sspcloud
15+
cd xgboost-gpu-sspcloud/src/python-package
1616
pip install .
1717
```

0 commit comments

Comments
 (0)