Skip to content

Commit 264aa26

Browse files
authored
Add conda forge installation instruction (#21)
Signed-off-by: martinRenou <[email protected]>
1 parent 6a9a8a2 commit 264aa26

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ See the [acceptance tests][] for examples.
3535
```bash
3636
pip install robotframework-jupyterlibrary
3737
```
38-
> _TODO: release on conda-forge_
38+
39+
Or
40+
41+
```bash
42+
conda install -c conda-forge robotframework-jupyterlibrary
43+
```
3944

4045
## Development Installation
4146

0 commit comments

Comments
 (0)