Installation#

How to install the scripts#

You can just download the ccd_phot from GitHub page or clone whole repository. You need only Python 3 (3.10 or higher) to be installed in your system.

Note

To download use this link vkudak/ccd_phot

To clone the project:

$ git clone https://github.com/vkudak/ccd_phot.git

In such case you can always update project and have latest code with fixes and new features.

To update project:

$ git pull

Than navigate to you CCD_PHOT folder and install all requirements

It is highly recommended to create new virtual environment and install all dependencies in new venv.

$ cd ccd_phot
$ python3 -m venv venv
$ pip install -r requirements.txt

Or install with system python

$ cd ccd_phot
$ pip install -r requirements.txt

After that read this section How to start scripts