Skip to content

Commit

Permalink
Clarify about poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
robkam authored May 20, 2024
1 parent a8d2ef0 commit b1d69b5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions INSTALLATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,12 @@
</details>

## Poetry
Poetry is a tool for dependency management and packaging in Python. You need to install it separately using the command:

```bash
pip install poetry
```
## Downloading and installing dumpgenerator

The Python 3 port of the `dumpgenerator` module of `wikiteam3` is largely functional and can be installed from a downloaded or cloned copy of this repository.
Expand Down

0 comments on commit b1d69b5

Please sign in to comment.