An open API service indexing awesome lists of open source software.

https://github.com/santisoler/2023-mutmut-slides

Slides for showing how to use `mutmut`
https://github.com/santisoler/2023-mutmut-slides

Last synced: 9 months ago
JSON representation

Slides for showing how to use `mutmut`

Awesome Lists containing this project

README

          

# Slides for a presentation about `mutmut` at UBC-GIF group

## Serving the slides

Install [livereload](https://github.com/lepture/python-livereload):

```
pip install livereload
```

or

```
conda install livereload -c conda-forge
```

Then start a local webserver by running:

```
python serve.py
```

Open `http://localhost:8000` in your browser to see the slides. The page will
automatically reload the page when you update any of the files in the
repository.

## License

The slides are licensed under a Creative Commons Attribution 4.0 International
License.