readme fix

This commit is contained in:
Matthias Bisping 2022-02-05 14:42:34 +01:00
parent 8c88fc594d
commit cfa3dbf31c

View File

@ -8,7 +8,7 @@ This repository implements computer vision based approaches for detecting and pa
git clone ssh://git@git.iqser.com:2222/rr/table_parsing.git
cd table_parsing
python3 -m venv env
python -m venv env
source env/bin/activate
pip install -e .