Skip to content
Snippets Groups Projects
Commit 8cff4c77 authored by Yoann Schneider's avatar Yoann Schneider :tennis: Committed by Solene Tarride
Browse files

Update readme with installation steps

parent 9b6f3877
No related branches found
No related tags found
1 merge request!67Update readme with installation steps
Pipeline #75475 passed
......@@ -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 .`
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment