xref: /libCEED/python/README.md (revision 80a9ef0545a39c00cdcaab1ca26f8053604f3120)
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`tutorial-0`-`tutorial-5` illustrate libCEED for Python, each one focusing on one
19class of objects.
20
21`tutorial-6` shows a standalone libCEED C example.
22