Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Jan 30, 2024
1 parent 12b1d80 commit bba2c8c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ Currently (as of 2023-10) the name of the apis application **has** to be
`apis_ontology` - this is considered a bug and is tracked in [this bug
report](https://github.com/acdh-oeaw/apis-core-rdf/issues/100).

In your project folder, add apis as a dependency:
In your project folder, add apis as a dependency (replace `RELEASE_VERSION`
with the version you want to install):

```shell
poetry add git+https://github.com/acdh-oeaw/apis-core-rdf#v0.6.1
poetry add git+https://github.com/acdh-oeaw/apis-core-rdf#RELEASE_VERSION
```

Setup your Django project
Expand Down Expand Up @@ -102,8 +103,8 @@ To use the APIS framework in your application, you will need to add the followin
"apis_core.apis_entities",
"apis_core.apis_metainfo",
"apis_core.apis_relations",
"apis_core.apis_vocabularies",
"apis_core.apis_labels",
"apis_core.generic",
"apis_core.collections", # if you want to use collections

```

Expand Down

0 comments on commit bba2c8c

Please sign in to comment.