Skip to content

Commit 2fd98ed

Browse files
authored
Merge pull request #204 from openzim/kelson42-patch-1
Update README.md
2 parents 8f78dda + 6d971cb commit 2fd98ed

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Diff for: README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
11
# Gutenberg Offline
2-
32
This scraper downloads the whole [Project
43
Gutenberg](https://www.gutenberg.org) library and puts it in a
54
[ZIM](https://openzim.org) file, a clean and user friendly format for
65
storing content for offline usage.
76

8-
[![Python package](https://img.shields.io/pypi/v/gutenberg2zim.svg)](https://pypi.python.org/pypi/gutenberg2zim)
9-
[![Docker](https://ghcr-badge.deta.dev/openzim/gutenberg/latest_tag?label=docker)](https://ghcr.io/openzim/gutenberg)
107
[![CodeFactor](https://www.codefactor.io/repository/github/openzim/gutenberg/badge)](https://www.codefactor.io/repository/github/openzim/gutenberg)
118
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
129
[![codecov](https://codecov.io/gh/openzim/gutenberg/branch/main/graph/badge.svg)](https://codecov.io/gh/openzim/gutenberg)
10+
[![PyPI version shields.io](https://img.shields.io/pypi/v/gutenberg2zim.svg)](https://pypi.org/project/gutenberg2zim/)
11+
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/gutenberg2zim.svg)](https://pypi.org/project/gutenberg2zim/)
12+
[![Docker](https://ghcr-badge.deta.dev/openzim/gutenberg/latest_tag?label=docker)](https://ghcr.io/openzim/gutenberg)
1313

1414
## Coding guidelines
1515
Main coding guidelines comes from the [openZIM Wiki](https://github.com/openzim/overview/wiki)
1616

1717
## Setting up the environment
1818

19-
It's recommended that you use `virtualenv` and `py3.6+`.
19+
It's recommended that you use `virtualenv`.
2020

2121
### Install the dependencies
2222

0 commit comments

Comments
 (0)