Skip to content

Commit f736fb7

Browse files
committed
Merge pull request #41 from SylvainCorlay/conda-instructions
Add Conda Instructions
2 parents e96e431 + 186a3e0 commit f736fb7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,20 @@ A Python / ThreeJS bridge utilizing the Jupyter widget infrastructure.
99
Installation
1010
------------
1111

12+
Using pip:
13+
1214
```
1315
pip install pythreejs
1416
jupyter nbextension enable --py pythreejs
1517
```
1618

17-
For a development installation (requires npm),
19+
Using conda
20+
21+
```
22+
$ conda install -c conda-forge pythreejs
23+
```
24+
25+
For a development installation (requires npm):
1826

1927
```
2028
$ git clone https://github.com/jovyan/pythreejs.git

0 commit comments

Comments
 (0)