Installation
System requirements
Python (version >= 3.11).
Installation from source
If you want to install lys_instr from source, follow the instructions below.
Update pip:
pip install --upgrade pip
Clone lys_instr from GitHub (https://github.com/zwang154/lys_instr):
git clone git@github.com:zwang154/lys_instr.git
Install lys by pip. If you want to install lys in development mode, add -e option after pip install:
cd lys_instr pip install .