We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9831739 commit 0cd9b38Copy full SHA for 0cd9b38
conda/web-installer/post-install.bat.jinja2
@@ -4,10 +4,6 @@ call %PREFIX%\condabin\activate.bat
4
echo Installing CadQuery
5
call conda install -c conda-forge -c cadquery -y cadquery={{ tag_version }}
6
7
-echo Installing jupyter-cadquery
8
-pip install jupyter-cadquery==3.0.0rc3 matplotlib
9
-call conda install -y pywin32
10
-
11
echo Cleaning Packages
12
call conda clean -a -y
13
call conda deactivate
conda/web-installer/post-install.sh.jinja2
@@ -6,9 +6,6 @@ source $PREFIX/bin/activate
conda install -c conda-forge -c cadquery -y cadquery={{ tag_version }}
conda clean -a -y
14
0 commit comments