Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 302 Bytes

File metadata and controls

12 lines (8 loc) · 302 Bytes

software-traceability

coding_style

A Python application to demonstrate some software traceability studies

Getting Started

python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
python app.py