Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 847 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 847 Bytes

Pyhton Project starter

This project is a Python starter template designed to help developers quickly set up a Python environment with best practices and conventions. It includes sample functions, error handling, and unit tests to streamline new projects.

Up & running

STEP1 Clone the repository: git clone https://github.com/EHB-MCT/assignment-1-tuur-stas.git cd assignment-1-tuur-stas STEP 2 - Install dependencies: pip install -r requirements.txt STEP 3 - Run the application python3 starter_file.py STEP 4 - Run the tests python -m unittest discover -s tests

Sources