Skip to content

Commit

Permalink
Add conda instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Jun 27, 2023
1 parent 3ca1593 commit 6da6232
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6da6232

Please sign in to comment.