File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ Available modes:
35
35
36
36
## Installation
37
37
38
- ```
39
- pip install https://github.com/NordicHPC/envkernel/archive/master.zip
40
- `` `
38
+ Available on the PiPI: ` pip install envkernel ` .
39
+
40
+ Or, you can install latest from Github in the usual way: ` pip install https://github.com/NordicHPC/envkernel/archive/master.zip `
41
41
42
- Not currently distributed through other channels, but hopefully this
43
- will change . This is a single-file script and can be copied just like
44
- this . The script must be available both when a kernel is set up, and
42
+ This is a single-file script and can be copied directly and added to
43
+ ` PATH ` as well . By design, there are no dependencies except the basic
44
+ Jupyter client (not notebook or any UI) . The script must be available both when a kernel is set up, and
45
45
each time the kernel is started (and currently assumes they are in the
46
46
same location).
47
47
You can’t perform that action at this time.
0 commit comments