From 6da6232ae06619f8f4d5c17c9cdffebdfadb74a7 Mon Sep 17 00:00:00 2001 From: martinRenou Date: Tue, 27 Jun 2023 16:16:19 +0200 Subject: [PATCH] Add conda instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 984e0f47..fd6c5743 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,13 @@ JupyterCAD has support for FreeCAD files, which makes it easy to import and expo ## Installation -You can install JupyterCAD using pip: +You can install JupyterCAD using conda/mamba (this installs freecad automatically): + +```bash +mamba install -c conda-forge jupytercad +``` + +Or using pip: ```bash pip install jupytercad