From 0d2ab99cccbbc682722e708515fe9c4cfc50185a Mon Sep 17 00:00:00 2001 From: Mark Saroufim Date: Mon, 25 Dec 2023 10:36:51 +0200 Subject: [PATCH] Add installation instructions --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b27ca3a..b9ddce0 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,11 @@ V2 brings support of multiple source and header files. ##### Usage -- Load Extension -> `%load_ext nvcc_plugin` +- Install and load extension +``` +!pip install git+https://github.com/andreinechaev/nvcc4jupyter.git +%load_ext nvcc_plugin +``` - Mark a cell to be treated as cuda cell > `%%cuda --name example.cu --compile false`