From 8ebf5673deb2874b029c951db56b85ddee2b3c75 Mon Sep 17 00:00:00 2001 From: hashlag <90853356+hashlag@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:19:23 +0300 Subject: [PATCH] upd README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 58e08e5..87d88fc 100644 --- a/README.md +++ b/README.md @@ -58,6 +58,12 @@ w · x + b ≤ 0 point x is located "to the left" Since nodes are organized into a tree, we can perform search by evaluating the expression and proceeding to the corresponding child node. +### Installation + +```shell +pip install git+https://github.com/hashlag/neighbours.git +``` + ### Usage Import the package, for example, as