Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Do not install the lz4 and lzo extras of dissect.util by default #68

Merged
merged 1 commit into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Do not install the lz4 and lzo extras of dissect.util by default

    They are now provided as separate extra's. Run:
    
    pip install dissect[lz4,lzo]
    
    to install dissect with the C versions of the lz4 and lzo compression
    libraries.
    pyrco committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f9c80d8 View commit details
    Browse the repository at this point in the history