Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kushalkolar authored Oct 3, 2023
1 parent b9bfee5 commit 09a81f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,12 @@ mesmerize_core.__version__
pip install "fastplotlib[notebook]"
```

**Optional: install `simplejpeg` for much faster notebook visualization, you will need C compilers and [libjpeg-turbo](https://libjpeg-turbo.org/) for this to work:**

```bash
pip install simplejpeg
```

### python virtual environments

```bash
Expand Down

0 comments on commit 09a81f8

Please sign in to comment.