/bill-app

Primary LanguagePython

Project Setup Guide

This guide provides step-by-step instructions on how to clone the repository, navigate to the appropriate directory, and run the test_email.py script.

Prerequisites

Steps

  1. Clone the Repository

    • Open your terminal or command prompt.
    • Run the following command to clone the repository:
      git clone git@github.com:matheusses/bill-app.git
      
  2. Navigate to the src Directory

    • Change into the directory where the script is located:
      cd src
      
  3. Run the Python Script

    • Execute the script by running:
      python test_email.py
      
    • Ensure that you are in the directory containing the test_email.py script.

Additional Notes

  • If you encounter any permissions issues, you might need to grant execution permissions to the script using: