Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 764 Bytes

File metadata and controls

15 lines (8 loc) · 764 Bytes

pytesdaq

PyPI Python 3.6

pytesdaq contains python data acquisition and data handling code for TES detector related R&D and dark matter searches.

To install the most recent release of pytesdaq, type the following line into your command line

pip install pytesdaq --upgrade

To install the most recent development version of pytesdaq, clone this repo, then from the top-level directory of the repo, type the following line into your command line

pip install .

If using a shared Python installation, you may want to add the --user flag to the above line.