From 72e25b84007e1019c4f40a1a781aa8b4b1f3a1e4 Mon Sep 17 00:00:00 2001 From: Adrien Lescourt <adrien@lescourt.net> Date: Fri, 29 Sep 2023 16:27:10 +0200 Subject: [PATCH] Update README --- README.md | 2 +- memory_notes.png => doc/memory_notes.png | Bin 2 files changed, 1 insertion(+), 1 deletion(-) rename memory_notes.png => doc/memory_notes.png (100%) diff --git a/README.md b/README.md index f2f3427..fc615ff 100644 --- a/README.md +++ b/README.md @@ -12,4 +12,4 @@ Install with `pip intall .` from the root directory May need to install opencv-python before opencv-contrib-python - + diff --git a/memory_notes.png b/doc/memory_notes.png similarity index 100% rename from memory_notes.png rename to doc/memory_notes.png -- GitLab