Installation¶
SEDobs is written in python 3.6 with the following library and versions:
Numpy v1.14.3: Numerical python
Scipy v1.1.0: Some useful function for spectral processing
h5py v2.8.0: hdf5 file creation and handling
tqdm v4.23.4: progress bar
Other libraries are used but they are all part of the standard python library. As such no extra installations are needed.
The last SEDobs version is v19.12 and is available in the pypi test repository. To install it:
1 | pip install sedobs
|
Using this command will allow you not to have to install any other package. Pip will install what is missing for you.