diff --git a/docs/source/contributors/index.md b/docs/source/contributors/index.md index 6c7f7d223..87618b828 100644 --- a/docs/source/contributors/index.md +++ b/docs/source/contributors/index.md @@ -35,7 +35,7 @@ Due to a compatibility issue with Webpack, Node.js 18.15.0 does not work with Ju After you have installed the prerequisites, create a new conda environment and activate it. ``` -conda create -n jupyter-ai python=3.11 nodejs=20 +conda create -n jupyter-ai -c conda-forge python=3.11 nodejs=20 conda activate jupyter-ai ```