Skip to content

Commit 7c8630b

Browse files
gabrielmagnoxDazld
andauthored
Develop (#14)
* Add conda install instruction to readme (#13) --------- Co-authored-by: Patrick R <[email protected]>
1 parent 089910e commit 7c8630b

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@
3636

3737
## Usage
3838

39-
1. Install the JupyterLab extension: `pip install catppuccin-jupyterlab`.
39+
1. Install the JupyterLab extension using `pip` or `conda`:
40+
- `pip install catppuccin-jupyterlab` or
41+
- `conda install -c conda-forge catppuccin-jupyterlab`.
4042
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`).
4143
3. Go to the `Settings > Theme` menu option and choose the desired flavor.
4244

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "catppuccin_jupyterlab",
3-
"version": "0.2.3",
3+
"version": "0.2.4",
44
"description": "📊 Soothing pastel theme for JupyterLab.",
55
"keywords": [
66
"jupyter",

0 commit comments

Comments
 (0)