File tree 1 file changed +9
-0
lines changed 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -56,6 +56,14 @@ The SkyPy library can then be imported from python:
56
56
>> > import skypy
57
57
>> > help (skypy)
58
58
59
+ SkyPy has a number of optional dependencies which can be installed separately.
60
+ One of these is `skypy-data `_ which contains data such as photometric bandpasses
61
+ required for some calculations in SkyPy. This can be installed with:
62
+
63
+ .. code :: bash
64
+
65
+ pip install skypy-data@https://github.com/skypyproject/skypy-data/archive/master.tar.gz
66
+
59
67
SkyPy also has a driver script that can run simulation pipelines from the
60
68
command line. The `skypyproject/examples `_ repository contains sample
61
69
configuration files that you can clone and run:
@@ -72,6 +80,7 @@ configuration files that you can clone and run:
72
80
.. _conda : https://docs.conda.io/en/latest/
73
81
.. _pytest : https://docs.pytest.org/en/stable/
74
82
.. _skypyproject/examples : https://github.com/skypyproject/examples
83
+ .. _skypy-data : https://github.com/skypyproject/skypy-data
75
84
76
85
77
86
Contributing
You can’t perform that action at this time.
0 commit comments