Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 142 Bytes

README.md

File metadata and controls

11 lines (10 loc) · 142 Bytes

Setup

conda create -n python=3.9 analyse-wordle
conda activate analyse-wordle
pip install -r requirements.txt

Testing

pytest