Skip to content

Need help on windows install. thanks #1179

Answered by lorenzncode
jajawunderbar asked this question in Q&A
Discussion options

You must be logged in to vote

Your command prompt shows (base). This indicates you have conda installed and the base environment is active. Next, install both cadquery and cq-editor to a new conda environment.

The steps are listed here for cadquery: https://github.com/CadQuery/cadquery#cadquery-installation-via-conda

# Set up a new environment
conda create -n cadquery

# Activate the new environment
conda activate cadquery

# CadQuery development is moving quickly, so it is best to install the latest version from GitHub master
conda install -c conda-forge -c cadquery cadquery=master

Now cadquery is installed to a conda env named "cadquery". You should see (cadquery) in the command prompt now instead of base. At this …

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@jajawunderbar
Comment options

Answer selected by jajawunderbar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants