Skip to content

Commit

Permalink
[doc][upd] describe dev plattform
Browse files Browse the repository at this point in the history
  • Loading branch information
M3ssman committed Nov 15, 2022
1 parent 4a56607 commit 971918f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ Inconsistent OCR Groundtruth with empty texts (ALTO String elements missing CONT

## Development

Plattform: Intel(R) Core(TM) i5-6500 [email protected], 16GB RAM, Ubuntu 20.04 LTS, Python 3.8.

```bash
# clone local
git clone <repository-url> <local-dir>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ project_urls =
Homepage = https://github.com/ulb-sachsen-anhalt/digital-eval

[options]
python_requires = >=3.8
python_requires = >=3.7
package_dir=
=src
packages=find:
Expand Down
3 changes: 1 addition & 2 deletions src/digital_eval/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,7 @@ def _main(path_candidates, path_reference, metrics, utf8norm, calc, xtra, is_leg

def start():
PARSER = argparse.ArgumentParser(description=f"""
Evaluate large amounts of Digital Data,
organized in directory structures. ({_get_info()})
Evaluate Mass Digital Data. ({_get_info()})
""")
PARSER.add_argument(
"candidates",
Expand Down

0 comments on commit 971918f

Please sign in to comment.