Unzip the sort-person-data directory
Requires python3
Navigate into the sort-person-data project
Navigate into /src folder
Run the following command:
python3 Sort_Person_Data_Project.py ../pathToFile
- '../pathToFile' is the path to the chosen input file
Navigate to the sort-person-data/src directory
Run the following command:
python3 -m unittest discover -p 'Test*.py'