From f586978aec2f73863623084df5f204b0b6b57274 Mon Sep 17 00:00:00 2001 From: Nikita Sokovnin <49622375+sokovninn@users.noreply.github.com> Date: Tue, 12 Dec 2023 12:59:50 +0100 Subject: [PATCH] docs: update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a58d4c..e4bef54 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,14 @@ In essence, `DataDreamer` is designed to transform the AI development process, m ## Installation +To install with pip: + +```bash +pip install datadreamer +``` + + + To install `datadreamer` from source, follow these steps: ```bash @@ -64,7 +72,7 @@ git clone https://github.com/luxonis/datadreamer.git cd datadreamer # Install the package -pip install -e . +pip install . ``` ## Hardware Requirements