Skip to content

Commit 41c6c15

Browse files
committed
README.md: note now available on PyPI
1 parent 9b023a7 commit 41c6c15

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ Available modes:
3535

3636
## Installation
3737

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`
4141

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
4545
each time the kernel is started (and currently assumes they are in the
4646
same location).
4747

0 commit comments

Comments
 (0)