Skip to content

Commit

Permalink
Add poetry dev install command (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMyst authored Dec 10, 2024
1 parent a8c3d05 commit 6ff009f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ wikibaseintegrator~=0.11.3
- [Add form to a lexeme](#add-form-to-a-lexeme)
- [Other projects](#other-projects)
- [Installation](#installation)
- [Installation of the development environment](#installation-of-the-development-environment)
- [Using a Wikibase instance](#using-a-wikibase-instance)
- [Wikimedia Foundation User-Agent policy](#wikimedia-foundation-user-agent-policy)
- [The Core Parts](#the-core-parts)
Expand Down Expand Up @@ -372,6 +373,14 @@ my_first_wikidata_item = wbi.item.get(entity_id='Q5')
print(my_first_wikidata_item.get_json())
```

# Installation of the development environment #

The following commands will install the development environment with the necessary dependencies:

```bash
python -m poetry install --with dev,coverage
```

# Using a Wikibase instance #

WikibaseIntegrator uses Wikidata as default endpoint. To use another instance of Wikibase instead, you can override the
Expand Down

0 comments on commit 6ff009f

Please sign in to comment.