Skip to content

Commit

Permalink
update README for tutorial and documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
asyms committed Nov 25, 2024
1 parent 92b8ab4 commit 69ed7bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ More information with respect to the capabilities of Stream can be found in the


## Install required packages:
```
> pip install -r requirements.txt
```bash
pip install -r requirements.txt
```

## The first run
```
> cd stream
> python api.py
```bash
git checkout tutorial
python lab1/main.py
```

## Documentation
Documentation for Stream is underway!
You can find extensive documentation of Stream [here](https://kuleuven-micas.github.io/stream/).

0 comments on commit 69ed7bd

Please sign in to comment.