whotracksme / whotracks.me

Data from the largest and longest measurement of online tracking.
https://www.ghostery.com/whotracksme
MIT License
407 stars 73 forks source link

Update build instructions in the README #300

Closed philipp-classen closed 1 year ago

philipp-classen commented 1 year ago

The steps to setup Python, download data from S3, and build the website need to be updated. In the meantime, something like that should work:

  1. Download data as described here: https://github.com/whotracksme/whotracks.me/blob/master/whotracksme/data/assets/README.md

  2. Build the website:

    Create a venv: python3.10 -m venv venv
    . venv/bin/activate
    pip install -r requirements-dev.txt
    pip install -e '.[dev]'
    pytest (should pass now)
    whotracksme website