Package Py4Lexis provides functions to manage datasets within the LEXIS platform. Uploading datasets' files is performed by tuspy Python package, i.e. by TUS Client.
-
Download the repository.
-
Create a virtual environment within the Py4Lexis repository:
python -m venv ./venv
-
Activate the virtual environment:
source path/to/Py4Lexis/.venv/bin/activate
-
Install the package from root of py4lexis repository:
python -m pip install .
It will install the Py4Lexis package with all dependencies defined in requirements.txt.
- Proceed to the https://docs.lexis.tech/ for further information how to intialise connection and use built-in methods.