Skip to content

Commit

Permalink
Update README.md for experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
dimkart authored Nov 15, 2024
1 parent 19e2312 commit 9637d91
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,12 @@ To install lambeq with optional dependencies for extra features, run:
pip install lambeq[extras]
```

To install lambeq with optional dependencies for experimental features, run:

```bash
pip install lambeq[experimental]
```

To enable DepCCG support, you will need to install the external parser separately.

---
Expand Down

0 comments on commit 9637d91

Please sign in to comment.