Skip to content

Commit 8072166

Browse files
authored
Update README.md
1 parent fe3ccbb commit 8072166

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# fastplotlib SciPy 2023
22

3-
Materials for the `fastplotlib` talk at SciPy 2023. This repo includes installation instructions and the demo notebooks covered in our talk.
3+
Materials for the [`fastplotlib`](https://github.com/kushalkolar/fastplotlib/) talk at SciPy 2023. This repo includes installation instructions and the demo notebooks covered in our talk.
4+
5+
For more info on `fastplotlib` see the repo: https://github.com/kushalkolar/fastplotlib/
46

57
The demos cover the following topics:
68
1. `Images` - plotting simple images, feature changes, image updates, `ImageWidget`
@@ -11,13 +13,13 @@ The demos cover the following topics:
1113

1214
# Installation instructions
1315

14-
See the `fastplotlib` repo for [installation](https://github.com/kushalkolar/fastplotlib#:~:text=on%20gitter.-,Installation,-Install%20using%20pip).
16+
See the `fastplotlib` repo for [installation](https://github.com/kushalkolar/fastplotlib#installation).
1517

1618
In order to run the notebooks you will also need to have `imageio` and `zarr` installed. These are not dependencies of `fastplotlib`, but are being used in these demos.
1719

1820
### Install using pip
1921
```
20-
pip install tiffile imageio zarr
22+
pip install imageio zarr
2123
```
2224

2325
# General `fastplotlib` API
@@ -33,9 +35,9 @@ pip install tiffile imageio zarr
3335
- Sliders, support window functions, `GridPlot`, etc.
3436

3537
# Docs
36-
For a more in-depth look at our API, please visit our [docs](https://fastplotlib.readthedocs.io/en/latest/?badge=latest).
38+
For a more in-depth look at our API, please visit our [docs](https://fastplotlib.readthedocs.io/en/).
3739

3840
# Contributions
39-
`fastplotlib` is a relatively new software, and we are always looking for feedback or help! Please see the [contributing guide](https://github.com/kushalkolar/fastplotlib/blob/master/CONTRIBUTING.md).
41+
`fastplotlib` is a relatively new library, and we are always looking for feedback or help! Please see the [contributing guide](https://github.com/kushalkolar/fastplotlib/blob/master/CONTRIBUTING.md).
4042

4143
You can also look at our [Roadmap for 2023](https://github.com/kushalkolar/fastplotlib/issues/55) and [Issues](https://github.com/kushalkolar/fastplotlib/issues) for more ideas on how to contribute.

0 commit comments

Comments
 (0)