Skip to content

Commit e48bdc4

Browse files
committed
Make changes as compiler-research#328 merged in
1 parent c864e4d commit e48bdc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
149149
```bash
150150
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
151151
micromamba activate xeus-lite-host
152-
python -m pip install jupyterlite-xeus==4.0.0rc0
152+
python -m pip install jupyterlite-xeus
153153
jupyter lite build --XeusAddon.prefix=$PREFIX
154154
```
155155

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
151151
```bash
152152
micromamba create -n xeus-lite-host jupyterlite-core jupyter_server=0.6 -c conda-forge
153153
micromamba activate xeus-lite-host
154-
python -m pip install jupyterlite-xeus==4.0.0rc0
154+
python -m pip install jupyterlite-xeus
155155
jupyter lite build --XeusAddon.prefix=$PREFIX
156156
```
157157

docs/source/InstallationAndUsage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ To build Jupyter Lite with this kernel without creating a website you can execut
132132
133133
micromamba create -n xeus-lite-host jupyterlite-core=0.6 jupyter_server -c conda-forge
134134
micromamba activate xeus-lite-host
135-
python -m pip install jupyterlite-xeus==4.0.0rc0
135+
python -m pip install jupyterlite-xeus
136136
jupyter lite build --XeusAddon.prefix=$PREFIX
137137
138138
Once the Jupyter Lite site has built you can test the website locally by executing

0 commit comments

Comments
 (0)