Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 583 Bytes

File metadata and controls

27 lines (19 loc) · 583 Bytes

Python Technical Test

Local Environment Setup

Prerequisites

  • An IDE or editor of your choice
  • A current version of python (3.8+)
  • Git

Setup and commands

  1. Clone the repository into an appropriate local directory

    git clone https://github.com/UKHO/python_technical_test.git

  2. Goto the repository local directory

    cd python_technical_test

  3. Create a virtual env and install the requirements.txt dependencies

    python -m venv venv
    . ./venv/bin/activate
    pip install -r requirements.txt
  4. Run the program

    python main.py