Skip to content

Commit

Permalink
Develop (#14)
Browse files Browse the repository at this point in the history
* Add conda install instruction to readme (#13)

---------

Co-authored-by: Patrick R <[email protected]>
  • Loading branch information
gabrielmagno and xDazld authored Aug 15, 2024
1 parent 089910e commit 7c8630b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@

## Usage

1. Install the JupyterLab extension: `pip install catppuccin-jupyterlab`.
1. Install the JupyterLab extension using `pip` or `conda`:
- `pip install catppuccin-jupyterlab` or
- `conda install -c conda-forge catppuccin-jupyterlab`.
2. Start/restart JupyterLab (`jupyter lab`). If it is already opened, you can reload it by executing "Reset Application State" in the Command Palette (`Ctrl + Shift + C`).
3. Go to the `Settings > Theme` menu option and choose the desired flavor.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "catppuccin_jupyterlab",
"version": "0.2.3",
"version": "0.2.4",
"description": "📊 Soothing pastel theme for JupyterLab.",
"keywords": [
"jupyter",
Expand Down

0 comments on commit 7c8630b

Please sign in to comment.