src / README.md
bdpc's picture
Upload 9 files
1ceb840
|
raw
history blame
No virus
449 Bytes

Beyond Document Page Classification

Installation

The scripts require python >= 3.8 to run. We will create a fresh virtualenvironment in which to install all required packages.

mkvirtualenv -p /usr/bin/python3 BYD

Using poetry and the readily defined pyproject.toml, we will install all required packages

workon BYD 
pip3 install poetry
poetry install

something