Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 721 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 721 Bytes

Py4Lexis

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.

Install

  1. Download the repository.

  2. Create a virtual environment within the Py4Lexis repository:

    python -m venv ./venv

  3. Activate the virtual environment:

    source path/to/Py4Lexis/.venv/bin/activate

  4. 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.

  1. Proceed to the https://docs.lexis.tech/ for further information how to intialise connection and use built-in methods.