Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 378 Bytes

DEVELOPMENT.md

File metadata and controls

17 lines (10 loc) · 378 Bytes

Development guidelines

Environment setup

ELIT can only run on machinw with Python version greater or equal to 3.5. Please make sure your Python development environment satisfying this requirement.

Install dependencies

Change to the project root directory.

python setup.py install
pip install -r requirements.dev.txt

Now you can start developing ELIT.