Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 331 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 331 Bytes

edam-fu

EDAM ontology formatting utility

Setting Up the Development Environment

edam-fu is a python package. To set up the development environment for this project, follow the steps below if you use venv:

cd edam-fu/
python3 -m venv .venv
. .venv/bin/activate
pip install -r requirements.txt
pip install .