Skip to content

UKHO/python_technical_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

UKHO's Python Technical Test

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages