Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 833 Bytes

File metadata and controls

49 lines (31 loc) · 833 Bytes

Katas in Python

Description.

Acknowledgements

Many thanks ❤️ go to

Developer Guide

Prerequisites

It is recommended to use a python virtual environment. Create and activate it:

python3 -m venv venvsource venv/bin/activate

Install the required python packages:

pip install -r requirements.txt

Then install this package in development mode:

pip install --editable .

Run the Application

python src/dall_e/count_bits.py

Execute the Tests Once

python -m pytest

Launch the Test Runner in the Interactive Watch Mode

ptw . --now --last-failed --new-first