Skip to content
This repository has been archived by the owner on Feb 19, 2024. It is now read-only.

Commit

Permalink
move build-related files to root, test.sh to test/
Browse files Browse the repository at this point in the history
  • Loading branch information
kba committed Nov 22, 2018
1 parent 19cf518 commit 080fb6a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ help:
@echo " uninstall Remove all installed files, and subfolder in share/"

deps:
pip3 --no-cache-dir install -r files/requirements.txt
pip3 --no-cache-dir install -r requirements.txt

install:
@mkdir -p $(SHAREDIR) $(BINDIR) $(TESTDIR)
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# ocrd_typegroups_classifier

** Quick setup **
> Typegroups classifier for OCR
## Quick setup

If needed, create a virtual environment for Python 3 (it was tested
successfully with Python 3.7), activate it, and install ocrd.

```
```sh
virtualenv -p python3 ocrd-venv3
source ocrd-venv3/bin/activate
pip3 install ocrd
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 080fb6a

Please sign in to comment.