diff --git a/README.md b/README.md index 801b25893bd28d08d9605e8af0980e93bfbbf117..bd5a50dd133075f5d3245ea58593a55583e29b27 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,11 @@ This Jupyter extension enhances the functionality of Jupyter notebooks by integrating YouTube videos and providing additional features to manage video chapters. + + +<!-- [](https://github.com/jdmansour/jupytervideo/actions/workflows/build.yml)[](https://mybinder.org/v2/gh/jdmansour/jupytervideo/main?urlpath=lab) -A JupyterLab extension. +A JupyterLab extension. --> ## Features @@ -20,6 +23,12 @@ A JupyterLab extension. To install the extension, execute: +```bash +pip install -e . +``` + +Once it is on pypi, you can do: + ```bash pip install jupytervideo ``` diff --git a/docs/screenshot.png b/docs/screenshot.png new file mode 100644 index 0000000000000000000000000000000000000000..ed164a45a6a3f67cc20e14abf163cabd05f0dccb Binary files /dev/null and b/docs/screenshot.png differ