diff options
| author | Adam Hupp <adam@hupp.org> | 2021-01-15 12:31:42 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-15 12:31:42 -0800 |
| commit | eccbe10b03d9bed19f5d7e373b3febf9036a4293 (patch) | |
| tree | 67233b5b0c27c3f5dd3e7470dffd35155a332e8a /README.md | |
| parent | 14cc4e42c665a74906193fb11fda4e6f2bf8ca39 (diff) | |
| parent | 8c577bd89b0ffa0d7abb1135a76dc7c7fcd5bd89 (diff) | |
| download | python-magic-eccbe10b03d9bed19f5d7e373b3febf9036a4293.tar.gz | |
Merge branch 'master' into redo-compat
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -57,13 +57,17 @@ that must be installed as well: ### Debian/Ubuntu - $ sudo apt-get install libmagic1 +``` +sudo apt-get install libmagic1 +``` ### Windows You'll need DLLs for libmagic. @julian-r maintains a pypi package with the DLLs, you can fetch it with: - $ pip install python-magic-bin +``` +pip install python-magic-bin +``` ### OSX @@ -99,15 +103,21 @@ triage it. To run the tests across 3 recent Ubuntu LTS releases (depends on Docker): - $ ./test_docker.sh +``` +./test_docker.sh +``` To run tests locally across all available python versions: - $ ./test/run.py +``` +./test/run.py +``` To run against a specific python version: - $ LC_ALL=en_US.UTF-8 python3 test/test.py +``` +LC_ALL=en_US.UTF-8 python3 test/test.py +``` ## Versioning |
