Installation

System requirements

  • Python (version >= 3.11).

Installation from source

If you want to install lys_instr from source, follow the instructions below.

  1. Update pip:

    pip install --upgrade pip
    
  2. Clone lys_instr from GitHub (https://github.com/zwang154/lys_instr):

    git clone git@github.com:zwang154/lys_instr.git
    
  3. Install lys by pip. If you want to install lys in development mode, add -e option after pip install:

    cd lys_instr
    pip install .