Skip to content

Commit baca6a3

Browse files
committed
Update readme
1 parent f027d7a commit baca6a3

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ Directory structure:
1717
└── prepare-data
1818
```
1919

20-
To preprocess data, run:
20+
21+
To preprocess data and extract tables, run:
2122
```cd prepare-data
22-
make -j 8 -i```
23+
conda env create -f environment.yml
24+
source activate xtables
25+
make -j 8 -i extract_all```
2326
where `8` is number of jobs to run simultaneously.

0 commit comments

Comments
 (0)