-
Notifications
You must be signed in to change notification settings - Fork 5
/
INSTALL
36 lines (24 loc) · 911 Bytes
/
INSTALL
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
Installation instructions for xastropy.
The following assumes you use Anaconda to install Python.
It also assumes you will use Python 2.7
1. Install Python with Anaaconda
2. Install xastropy with git from github
git clone https://github.com/xastropy/xastropy.git
cd xastropy
sudo python setup.py develop [or install]
3. Update astropy
If you have the version from Anaconda, wipe that:
conda remove astropy
git clone https://github.com/profxj/astropy.git [in ~/local/Python]
cd astropy
sudo python setup.py develop
You may need to do this before executing setup:
sudo git clean -fxd
4. Update/install specutils
git clone https://github.com/astropy/specutils.git
cd specutils
sudo python setup.py develop
5. Update/install linetools
git clone https://github.com/linetools/linetools.git
cd linetools
sudo python setup.py develop