From 992d9ac7141122db5ecde59eef4dbb2c008c608b Mon Sep 17 00:00:00 2001 From: brandon-b-miller <53796099+brandon-b-miller@users.noreply.github.com> Date: Thu, 7 Mar 2024 12:14:10 -0600 Subject: [PATCH] Add conda install instructions to readme (#49) Now that conda packages are available we can build out the install instructions here. https://anaconda.org/rapidsai-nightly/pynvjitlink --------- Co-authored-by: Bradley Dice --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b737da..bf42912 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,9 @@ for an editable install. ## Installation with Conda -TODO +```shell +conda install -c rapidsai pynvjitlink +``` ## Contributing Guide