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.
- Ensure you have Git installed on your system. You can download it from Git's official site.
- Ensure Python is installed on your system. You can download it from Python's official site.
-
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
-
Navigate to the
src
Directory- Change into the directory where the script is located:
cd src
- Change into the directory where the script is located:
-
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.
- Execute the script by running:
- If you encounter any permissions issues, you might need to grant execution permissions to the script using: