Skip to content

Commit

Permalink
update cuDF
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 committed Apr 18, 2024
1 parent a570465 commit c67da4e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/python/cuDF/Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
```
pip install -r requirements.txt --extra-index-url https://pypi.nvidia.com
python -m venv .venv
cp pip.conf .venv
pip install -r requirements.txt
```
4 changes: 4 additions & 0 deletions examples/python/cuDF/pip.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
[global]
index-url = https://packagemanager.posit.co/pypi/latest/simple
trusted-host = packagemanager.posit.co
extra-index-url = https://pypi.nvidia.com

0 comments on commit c67da4e

Please sign in to comment.