aboutsummaryrefslogtreecommitdiffstats
path: root/examples/README.md
blob: 977c45cead8ee8dd6c5e1aacac8b2cbf0d37a252 (plain)
1
2
3
4
5
6
7
8
9
10
# Python Extension Examples

This directory contains examples of what Python extensions might look like. Each extension is in its
own directory, where you can inspect its source code.


## How to install

Simply run `make copyexamples` to copy the examples to the right location
in the build directory.