Skip to content

Commit

Permalink
docs: update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sokovninn authored Dec 12, 2023
1 parent d4acf7a commit f586978
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -64,7 +72,7 @@ git clone https://github.com/luxonis/datadreamer.git
cd datadreamer

# Install the package
pip install -e .
pip install .
```

## Hardware Requirements
Expand Down

0 comments on commit f586978

Please sign in to comment.