Skip to content

Commit

Permalink
adds zenodo batch and pypi install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Trybnetic committed Oct 3, 2024
1 parent d489aaf commit 36a43de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Physical Activity Analysis Toolbox (PAAT)
=========================================

**Note:** This package is currently under development and the API might change
anytime!
anytime! For reproducible versions, see `zenodo <https://doi.org/10.5281/zenodo.13885706>`_.


.. image:: https://github.com/Trybnetic/paat/actions/workflows/python-test.yml/badge.svg
Expand All @@ -22,6 +22,9 @@ Physical Activity Analysis Toolbox (PAAT)
:target: https://github.com/trybnetic/paat/blob/master/LICENSE.txt
:alt: License

.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.13885749.svg
:target: https://doi.org/10.5281/zenodo.13885749
:alt: zenodo

The physical activity analysis toolbox (PAAT) is a comprehensive toolbox to
analyze raw acceleration data. We developed all code mainly for analyzing
Expand All @@ -39,7 +42,7 @@ At the moment, the easiest way to install *paat* directly from GitHub by running

.. code:: bash
pip install git+https://github.com/Trybnetic/paat.git
pip install paat
Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ At the moment, the easiest way to install *paat* directly from GitHub by running

.. code:: bash
pip install git+https://github.com/Trybnetic/paat.git
pip install paat
Usage
Expand Down

0 comments on commit 36a43de

Please sign in to comment.