Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 1.61 KB

advanced.md

File metadata and controls

35 lines (24 loc) · 1.61 KB

Installation

Most users should just install the program locally pip install setup.py

This document gives some additional details only interesting for some users.

Requisites

YOU NEED CUDA to install TIGRE t install Fastcat

Good luck! Installing CUDA is the worst. You would think that the package made by the multi billion dollar company would be easy to install but it is not, at least on linux.

You need python (3) with the following packages to run this program:

matplotlib, numpy, scipy, XlsxWriter, tigre, astropy, tk

The last one is only needed if you want to make use of the GUI.

You can install a scientific python distribution providing them or you can install only what you need. The first is recommended for Windows users, the latter for Linux users.

Installing Tigre

Install a scientific python distribution:

For example you can try Anaconda. Since this will install pip, you might want to use the pip installer.

Install python and the packages:

  • Download python for your OS. See specific instructions to install from repositories below.
  • Use the pip installer (recommended) or manually install the additional packages. See specific instructions below for installs based on python 3.X.