This README provides information about the main.py
script, which processes data from two input CSV files using pipenv for dependency management.
- Python 3.x
- pipenv
-
Clone this repository or download the
main.py
file. -
Install pipenv if you haven't already:
pip install pipenv
-
Navigate to the project directory and install the dependencies:
pipenv install
-
Before running the script, make sure you have the following input files in the same directory as
main.py
: -
Update the
main.py
file with the correct input file names: -
Run the script using pipenv:
pipenv shell python main.py
Make sure to update the input file names in the main.py
script if they differ from the default names provided.
The dependencies for this project are managed using pipenv. You can find the list of required packages in the Pipfile
generated after running pipenv install
.
If you encounter any issues or have questions, please open an issue in the project repository or contact the maintainer.