From fafd1e3df0d21637f5e7e2ca60b372ab06ee9a40 Mon Sep 17 00:00:00 2001 From: nielsdekoeijer <62387960+nielsdekoeijer@users.noreply.github.com> Date: Sun, 6 Oct 2024 10:23:18 +0200 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 35126ab..8c5cfd1 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,14 @@ The primary use-case for the library is to support machine learning tasks, which - The segmenter is implemented in both TensorFlow and PyTorch to support multiple machine learning tasks. We also provide a C++ implementation that is identical to the pytorch and tensorflow ones that eases model deployemnet. ## Installation +Simply install from PyPi: +```bash +python3 -m pip install libsegmenter +``` +Or build from source +```bash +python3 -m pip install . +``` ## Use ### Example