Table of Contents

Install Python

CCDciel include a Python scripting interface.

For simple script it is sufficient to use the default Python included with Linux or installed by CCDciel on Windows. In this case you can ignore the end of this page..

But if you use a Mac or want a more advanced usage that need to install specific astronomy modules, you can follow the instructions below

Windows

macOS

Old Mac version used to provide a Python version 2, this is not suitable for our use. New macOS do not provide anything. In all case you need to install Python 3 as describe below.

Linux

On Linux Python and many modules are already installed with the system.
If you want more, the best is to create a virtual environment to install the additional modules.