diff --git a/BUILD.md b/BUILD.md index 3c6b7f2a0e..7b5bdd98d6 100644 --- a/BUILD.md +++ b/BUILD.md @@ -199,6 +199,8 @@ Once the client is built: ## Examples +**Note** These examples are outdated and unmaintained, and will be removed in the near future. + **Note** If you did not install the library, then you will need to setup your `PYTHONPATH` environment variable. The `PYTHONPATH` should contain an entry for the directory where the Python module is stored. This is usually in `build/lib.*`. Examples are in the `examples` directory. The following examples are available: diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000000..0ec11d660e --- /dev/null +++ b/examples/README.md @@ -0,0 +1 @@ +## These examples are outdated and unmaintained, and will be removed in the near future.