Skip to content

Commit

Permalink
Update README to include running locally
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Sep 30, 2023
1 parent c1eb9b3 commit 51bd92b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,19 @@
[![CI](https://github.com/moderneinc/moderne-visualizations-misc/actions/workflows/checks.yml/badge.svg)](https://github.com/moderneinc/moderne-visualizations-misc/actions/workflows/checks.yml)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/ambv/black)

Installation:
## Installation

```bash
pip install moderne-visualizations-misc
```

Contributing:
## Run

```bash
jupyter notebook
```

## Contributing

Install development requirements:

Expand Down

0 comments on commit 51bd92b

Please sign in to comment.