Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created August 20, 2019 12:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/bc35c1bec6bb507373e2fd6357c8f8f7 to your computer and use it in GitHub Desktop.
Save ryantm/bc35c1bec6bb507373e2fd6357c8f8f7 to your computer and use it in GitHub Desktop.
/nix/store/ladyqlq2x6b49nbv4vrlv45y8drsmjig-python3.7-pytesseract-0.2.9
├── bin
│   └── pytesseract
├── lib
│   └── python3.7
│   └── site-packages
│   ├── pytesseract
│   │   ├── __init__.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   └── pytesseract.cpython-37.pyc
│   │   └── pytesseract.py
│   └── pytesseract-0.2.9.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 13 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment