From 510f3bb67b54ec2ad109650cda34ca120073e8ee Mon Sep 17 00:00:00 2001 From: Emmanuel Ferdman Date: Sun, 16 Feb 2025 02:02:06 -0800 Subject: [PATCH] Update XOR example Signed-off-by: Emmanuel Ferdman --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b2987f3..efad47f 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Explore the docs ยป

- View Demo + View Demo | Report Bug | @@ -79,7 +79,7 @@ Some examples use matplotlib and numpy for plotting and data generation, but the 2. `cd magnetron/python` (VENV recommended). 3. `pip install -r requirements.txt` Install dependencies for examples. 4. `cd magnetron_framework && bash install_wheel_local.sh && cd ../` Install the Magnetron wheel locally, a pip installable package will be provided in the future. -5. `python examples/simple/xor.py` Run the XOR example. +5. `python examples/xor.py` Run the XOR example. ## Usage See the [Examples](python/examples) directory for examples on how to use the framework.