Skip to content

Commit d3aece1

Browse files
committed
update readme
1 parent 652a9eb commit d3aece1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,14 @@ cd compas_framework
1818
pip install -e ".[dev]"
1919
```
2020

21+
To install with support for Jupyter notebooks, do:
22+
23+
```bash
24+
git clone https://github.com/compas-dev/compas_framework.git
25+
cd compas_framework
26+
pip install -e ".[notebook]"
27+
```
28+
2129
## Documentation
2230

2331
For further "getting started" instructions, a tutorial, examples, and an API reference,

0 commit comments

Comments
 (0)