# ows-film-transparency/services/cache

Cache management layer for the Film Transparency project.
Still in progress...

## Getting Started

### Requirements

* Python 3.4

### Installation

* #### Install Python

* #### Set up a virtual Python environment

  When you have the local copy, you need to create a running environment. Run:

  ```bash
  pyvenv env
  source env/bin/activate
  pip install -r requirements.txt
  pip install -r requirements-dev.txt
  ```
