# Installation Guide for Tax Calculators
This document provides a step-by-step guide to installing and running the Tax Calculators. Follow the instructions carefully to set up the project correctly.
## Prerequisites
Before you begin, ensure you have the following installed on your system:
- Python 3.7 or higher
- Git
## Steps to Install and Run Tax Calculators
### 1. Clone the Bitbucket Repository
Clone the repository from Bitbucket to your local machine using the following command:
```bash
git clone https://bitbucket.org/codegama/taxtrax_calculators.git
```
### 2. Create and Activate Python Environment
Navigate to the Tax Bot Directory and Activate the Tax Bot Venv
Activate the virtual environment:
- On macOS and Linux:
```bash
source venv_tax_bot/bin/activate
```
### 3. Run the Application
Finally, run the application using the following command:
```bash
python3 app.py
```
- Note: The port specified for this API is 5005.