- Clone the repo.
- If you are using
poetry
for python env and package management, justcd
into the local repo and runpoetry install
. - Ensure the data is present in the relevant subdirectories of
data
dir in uncompressed form. - Run
python mlpcode/test.py
to check if everything is installed correctly.