Merge pull request #550 from jmwright/master

Added installation video links to readme
This commit is contained in:
Jeremy Wright
2020-12-21 12:11:27 -05:00
committed by GitHub

View File

@ -42,6 +42,8 @@ It is currently possible to use CadQuery for your own projects in 3 different wa
* Using the [CQ-editor GUI](https://github.com/CadQuery/CQ-editor) * Using the [CQ-editor GUI](https://github.com/CadQuery/CQ-editor)
* From a [Jupyter notebook](https://github.com/bernhard-42/jupyter-cadquery) * From a [Jupyter notebook](https://github.com/bernhard-42/jupyter-cadquery)
* As a standalone library * As a standalone library
* Linux [installation video](https://youtu.be/sjLTePOq8bQ)
* Windows [installation video](https://youtu.be/3Tg_RJhqZRg)
The easiest way to install CadQuery and its dependencies is using conda, which is included as part of an Anaconda/Miniconda installation. See the next section for an alternative to a full install of Anaconda that may be preferable to some users. The steps to install cadquery are as follows: The easiest way to install CadQuery and its dependencies is using conda, which is included as part of an Anaconda/Miniconda installation. See the next section for an alternative to a full install of Anaconda that may be preferable to some users. The steps to install cadquery are as follows:
``` ```