瀏覽代碼

In xkcd tutorial, install packages only from conda-forge.

Jason Grout 6 年之前
父節點
當前提交
ee9214f3be
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/source/developer/xkcd_extension_tutorial.rst

+ 1 - 1
docs/source/developer/xkcd_extension_tutorial.rst

@@ -65,7 +65,7 @@ new environment named ``jupyterlab-ext``.
 
 .. code:: bash
 
-    conda create -n jupyterlab-ext nodejs jupyterlab cookiecutter git -c conda-forge
+    conda create -n jupyterlab-ext -c conda-forge --override-channels nodejs jupyterlab cookiecutter git -c conda-forge
 
 Now activate the new environment so that all further commands you run
 work out of that environment.