Skip to content

Commit

Permalink
Update README with more install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
caufieldjh committed Jun 26, 2023
1 parent 1608502 commit 3365bf0
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,25 @@ To simply start using the package in your workspace:
pip install ontogpt
```

Note that some features require installing additional, optional dependencies.

These may be installed as:

```bash
poetry install --extras extra_name
# OR
pip install ontogpt[extra_name]
```

where `extra_name` is one of the following:

* `docs` - dependencies for building documentation
* `web` - dependencies for the web application
* `recipes` - dependencies for recipe scraping and parsing
* `gpt4all` - dependencies for loading LLMs from GPT4All
* `textract` - the textract plugin
* `huggingface` - dependencies for accessing LLMs from HuggingFace Hub, remotely or locally

## Examples

### Strategy 1: Knowledge extraction using SPIRES
Expand Down

0 comments on commit 3365bf0

Please sign in to comment.