- An IDE or editor of your choice
- A current version of python (3.8+)
- Git
-
Clone the repository into an appropriate local directory
git clone https://github.com/UKHO/python_technical_test.git -
Goto the repository local directory
cd python_technical_test -
Create a virtual env and install the requirements.txt dependencies
python -m venv venv . ./venv/bin/activate pip install -r requirements.txt -
Run the program
python main.py