Skip to content

Commit 88d44c7

Browse files
authored
Put -c conda-forge in correct place
1 parent 33fc5af commit 88d44c7

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ emmake make install
9696

9797
To build Jupyter Lite with this kernel without creating a website you can execute the following
9898
```bash
99-
micromamba create -n xeus-lite-host jupyterlite-core
100-
micromamba activate xeus-lite-host -c conda-forge
99+
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
100+
micromamba activate xeus-lite-host
101101
python -m pip install jupyterlite-xeus
102102
jupyter lite build --XeusAddon.prefix=$PREFIX
103103
```

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,8 @@ emmake make install
9797

9898
To build Jupyter Lite with this kernel without creating a website you can execute the following
9999
```bash
100-
micromamba create -n xeus-lite-host jupyterlite-core
101-
micromamba activate xeus-lite-host -c conda-forge
100+
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
101+
micromamba activate xeus-lite-host
102102
python -m pip install jupyterlite-xeus
103103
jupyter lite build --XeusAddon.prefix=$PREFIX
104104
```

docs/source/InstallationAndUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ To build Jupyter Lite with this kernel without creating a website you can execut
8686

8787
.. code-block:: bash
8888
89-
micromamba create -n xeus-lite-host jupyterlite-core
90-
micromamba activate xeus-lite-host -c conda-forge
89+
micromamba create -n xeus-lite-host jupyterlite-core -c conda-forge
90+
micromamba activate xeus-lite-host
9191
python -m pip install jupyterlite-xeus
9292
jupyter lite build --XeusAddon.prefix=$PREFIX
9393

0 commit comments

Comments
 (0)