From fbf25c6e7ffca7a4317d3f1f628b0e5e460e68cd Mon Sep 17 00:00:00 2001 From: inisis Date: Thu, 27 Jun 2024 11:20:50 +0000 Subject: [PATCH] update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ab5774..04e35d7 100644 --- a/README.md +++ b/README.md @@ -27,9 +27,16 @@ OnnxSlim can help you slim your onnx model, with less operators, but same accura pip install onnxslim ``` -## Build From Source +## Install From Source +```bash +pip install git+https://github.com/inisis/OnnxSlim@main ``` + +## Install From Local + +```bash +git clone https://github.com/inisis/OnnxSlim && cd OnnxSlim/ pip install . ```