Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
D
Data Generator
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Automatic Text Recognition
Data Generator
Commits
8cff4c77
Commit
8cff4c77
authored
1 year ago
by
Yoann Schneider
Committed by
Solene Tarride
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
Update readme with installation steps
parent
9b6f3877
No related branches found
Branches containing commit
No related tags found
1 merge request
!67
Update readme with installation steps
Pipeline
#75475
passed
1 year ago
Stage: test
Stage: build
Stage: release
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+7
-0
7 additions, 0 deletions
README.md
docs/dev.md
+3
-3
3 additions, 3 deletions
docs/dev.md
with
10 additions
and
3 deletions
README.md
+
7
−
0
View file @
8cff4c77
...
...
@@ -5,3 +5,10 @@ and converts data to ATR format.
It also generates reproducible train, val and test splits.
A documentation is available at https://teklia.gitlab.io/atr/data-generator/.
## Installation
-
Use a virtualenv (e.g. with virtualenvwrapper
`mkvirtualenv -a . atr-data-gen`
)
-
Install atr-data-generator as a package from a local clone:
1.
The
`teklia-document-processing`
library is setup via git submodule. Please run
`git submodule update --init`
.
1.
Then install both packages via
`pip install ./document-processing -e .`
This diff is collapsed.
Click to expand it.
docs/dev.md
+
3
−
3
View file @
8cff4c77
...
...
@@ -3,9 +3,9 @@
## Base setup
-
Use a virtualenv (e.g. with virtualenvwrapper
`mkvirtualenv -a . atr-data-gen`
)
-
Install atr-data-generator as a package
-
The
`teklia-document-processing`
library is setup via git submodule. Please run
`git submodule update --init`
.
-
Then install both packages via
`pip install ./document-processing -e .`
-
Install atr-data-generator as a package
from a local clone:
1.
The
`teklia-document-processing`
library is setup via git submodule. Please run
`git submodule update --init`
.
1.
Then install both packages via
`pip install ./document-processing -e .`
## Unit tests
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment