Skip to content

Commit

Permalink
Merge pull request flairNLP#489 from flairNLP/update-documentation-wi…
Browse files Browse the repository at this point in the history
…th-known-issues

Add section about known issues to documentation
  • Loading branch information
MaxDall authored Apr 29, 2024
2 parents fb3d653 + 4831f88 commit 2ad1193
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/how_to_contribute.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ If you haven't done this yet or are uncertain, follow these steps:
3. Navigate to the root of the repository.
4. Run `pip install -e .[dev]`

## Known issues:

1. `zsh: no matches found: .[dev]`
When using zsh, you have to wrap the optional dependencies in quotes like this: `pip install -e .'[dev]'`.
See [this issue](https://github.com/mu-editor/mu/issues/852#issue-451861103) for further information.


# Contribution tutorials

1. [How to add a publisher](how_to_add_a_publisher.md)
Expand Down

0 comments on commit 2ad1193

Please sign in to comment.