1# libCEED for Python 2 3## Install 4 5To install libCEED for Python, run 6 7 pip install libceed 8 9or in a clone of the repository via `pip install .` 10 11## Examples and Tutorials 12 13For examples and short tutorials see the folder `examples/tutorials`. It 14contains some [Jupyter](https://jupyter.org/) notebooks using Python and C. 15Jupyter can be installed locally so that users can edit and interact with these 16notebook. 17 18`tutorial0`-`tutorial5` illustrate libCEED for Python, each one focusing on one 19class of objects. 20 21`tutorial6` shows a standalone libCEED C example. 22