Getting Started
To run this python:
-
Clone the repository (if applicable):
git clone <repository-url> cd hello-world-project
-
Install dependencies: You can install the required dependencies using pip:
pip install -r requirements.txt
-
Run the application: Execute the main Python script:
python src/main.py
Running Tests
To run the unit tests, you can use the following command:
python -m unittest discover -s tests