Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 312 Bytes

File metadata and controls

7 lines (6 loc) · 312 Bytes

Instructions:

  1. Clone this repository: git clone https://github.com/fn-marc-clinedinst/cq_aft.git
  2. Create a Python virtual environment: python3 -m venv venv
  3. Activate the Python virtual environment: source venv/bin/activate
  4. Spin up docker containers: docker-compose up -d
  5. Run tests: pytest