xref: /libCEED/python/README.md (revision 868539c291cd6e4adc5c1e2f0ea123f6c9e198f6)
1# libCEED for Python
2
3## Install
4
5To install libCEED for Python, run
6
7    python setup.py build install
8
9In the top level folder.
10
11## Examples
12
13For examples of libCEED for Python, see the folder `tests/python`.
14