Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 292 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 292 Bytes

WBTSdata

Code to load the WBTS data

Install locally

Clone the repository to your computer.

Then, from a terminal window within WBTSdata/, install the packages locally by running

pip install -e .

This will ensure that lines such as from load_data import plotters will run.