moj-analytical-services / splink_demos

Interactive notebooks containing demonstration code of the splink library
38 stars 27 forks source link

add some instructions for running locally #25

Closed ThomasHepworth closed 2 years ago

ThomasHepworth commented 2 years ago

These instructions should sort out the issues people are having when they run this locally (and also details roughly how to get pyspark working).

I have some personal notes for running this on docker, but it seems pretty pointless having then online as we're using binder.

The only other thing. I haven't pushed my updated dockerfile, but we can just replace the installation instructions in the dockerfile with: RUN pip3 install -r requirements.txt if you're happy keeping my requirements file.

RobinL commented 2 years ago

Closes #22