************************************************** ************************************************** *** install for users ************************************************** ************************************************** sudo apt-get install python3-venv sudo apt install python3-pip ====================== ASTROMETRY.NET ---------------------- sudo apt install astrometry.net sudo apt install astrometry-data-tycho2 sudo apt install astrometry-data-2mass ====================== PIL ---------------------- sudo apt-get install python3-pil python3-pil.imagetk ====================== ASTAP ---------------------- Astrometry Download .deb file from https://www.hnsky.org/astap.htm astap_amd64.deb sudo apt-get install ./astap_amd64.deb ************************************************** ************************************************** *** install for developpers ************************************************** ************************************************** ====================== ANACONDA / SPYDER (for Python installation) ---------------------- https://www.anaconda.com/products/individual Install spyder ====================== pip-tools (for smarter requirements.txt files generation) ---------------------- python -m pip install pip-tools ====================== DOCUMENT GENERATION ---------------------- sudo apt-get install python3-sphinx sudo apt install spyder sudo apt install graphviz libgraphviz-dev