From 972014d0bb85579f74be7ef18f2661226a6d43cc Mon Sep 17 00:00:00 2001 From: Julian Nguyen <109386615+juliannguyen4@users.noreply.github.com> Date: Thu, 4 Sep 2025 10:32:31 -0700 Subject: [PATCH] Deprecate examples/ folder --- BUILD.md | 2 ++ examples/README.md | 1 + 2 files changed, 3 insertions(+) create mode 100644 examples/README.md 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.