install_linux.txt
1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
**************************************************
**************************************************
*** 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