Skip to content

Commit

Permalink
Updating setup.py for patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Logan Morrison authored and Logan Morrison committed Jul 26, 2019
1 parent bb29b87 commit e4d79e0
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 208 deletions.
19 changes: 19 additions & 0 deletions READMEPYPI.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
`hazma` is a tool for analyzing theories of sub-GeV dark matter. It can compute gamma-ray spectra from dark matter
annihilations, set limits using current gamma-ray data and make projects for future gamma-ray detectors. It can generate
positron spectra as well, and derive accurate CMB constraints. `hazma` includes several pre-implemented sub-GeV dark
matter models, and provides the infrastructure to add custom ones. Visit https://github.com/LoganAMorrison/Hazma or
https://hazma.readthedocs.io for more information.

`hazma` can be installed from PyPI using:

pip install hazma

Alternatively, you can download `hazma` directly from this page, navigate to the package directory using the command line and run

pip install .

or

python setup.py install

Since `hazma` utilizes C to rapidly compute gamma ray, electron and positron spectra, you will need to have the `cython` package installed.
Loading

0 comments on commit e4d79e0

Please sign in to comment.