Installation¶
OptiScope requires Python 3.10 or later.
Installing from PyPI¶
The easiest way to install OptiScope is via pip:
Installing from Source¶
For the latest development version, you can install directly from the GitHub repository:
Optional Dependencies¶
OptiScope has optional dependencies for development and documentation:
-
Development: Includes testing and linting tools.
-
Documentation: Includes tools for building the documentation.
-
All: Installs all optional dependencies.
Verifying Installation¶
To verify that OptiScope is installed correctly, you can run the following command in your terminal:
If the installation was successful, this command should print the installed version number.