Requirements - lopez86/PyWIMPs GitHub Wiki
So far, there is not much that is required for this package. To run, you will need:
Core Code:
- Python 3
- Python 2 may work but I have not tried. If it doesn't, only small modifications will be required.
- I am using Python 3.4
- https://www.python.org/
- NumPy
- Python numerical libraries.
- http://www.numpy.org/
- SciPy
- More numerical libraries like special functions and probability distributions
- https://www.scipy.org/
- Astropy
- Python libraries for astronomical calculations
- Used here for coordinate transformations
- http://www.astropy.org/
Examples:
- ROOT
- HEP analysis and simulation tools
- Should work with ROOT 5 and 6.
- https://root.cern.ch/
- PyROOT
- ROOT Python bindings. typically compiled along with ROOT
- Matplotlib
- Matlab-style plotting in Python
- https://matplotlib.org/
Documentation
- LaTeX