Install¶
You can install photomosiac using pip or from source.
First verify that you have Python 3.5+.
If necessary, install it by your method of choice (apt, Homebrew, conda, etc.).
Installation Using Pip¶
Or, to include the optional dependencies for the experimental parallelism features, install:
Development Installation¶
Or, to include the optional dependencies for the experimental parallelism features, install:
Development¶
For development, you will also want the dependencies for running the tests and building the documentation:
To run the tests:
These pytest
arguments are commonly useful:
-v
verbose--lf
Run only those tests which failed on the last run.-s
Do not capture stdout/err per test.-k EXPRESSION
Filter tests by pattern-matching test name.
To build the documentation: