Skip to content

Commit

Permalink
docs: add download badge
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Feb 12, 2024
1 parent 5bed2b4 commit cbd47e0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# jupyterlab_wakatime
# JupyterLab WakaTime

[![Github Actions Status](https://github.com/wakatime/jupyterlab-wakatime/workflows/Build/badge.svg)](https://github.com/wakatime/jupyterlab-wakatime/actions/workflows/build.yml)
[![PyPI - Downloads](https://img.shields.io/pypi/dm/jupyterlab-wakatime?logo=pypi&label=Downloads)](https://pypi.org/project/jupyterlab-wakatime/)

A JupyterLab WakaTime extension.

Expand All @@ -25,7 +26,6 @@ A JupyterLab WakaTime extension.

Replace `XXXX` with your actual [api key](https://wakatime.com/settings#apikey).


## Uninstall

To remove the extension, execute:
Expand All @@ -38,7 +38,7 @@ pip uninstall jupyterlab_wakatime

If you are having problem installing [wakatime-cli](https://github.com/wakatime/wakatime-cli) on the JupyterLab server machine, try running:

curl -fsSL https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py | python
curl -fsSL https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py | python

If the above command doesn't work, download [install_cli.py](https://raw.githubusercontent.com/wakatime/vim-wakatime/master/scripts/install_cli.py) and run it manually with Python 3.

Expand Down

0 comments on commit cbd47e0

Please sign in to comment.