Enabling smart microscopy via asynchronous servers
To install with all dependencies including Autoscript support:
pip install "asyncroscopy[autoscript] @ git+https://github.com/DomPTech/asyncroscopy.git"To install only core dependencies (e.g., for agents that don't host the Autoscript server):
pip install "asyncroscopy @ git+https://github.com/DomPTech/asyncroscopy.git"If you are developing in this repo and have the Autoscript wheels in AS_1.14_wheels/:
uv sync --all-extrasWithout the wheels, use:
uv sync