FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

python-fitbit/README.rst at master · gavin971/python-fitbit · GitHub

Latest commit

 

History

History
44 lines (32 loc) · 1.58 KB

File metadata and controls

44 lines (32 loc) · 1.58 KB

python-fitbit

Fitbit API Python Client Implementation

For documentation: http://python-fitbit.readthedocs.org/

Requirements

To use the library, you need to install the run time requirements:

sudo pip install -r requirements/base.txt

To modify and test the library, you need to install the developer requirements:

sudo pip install -r requirements/dev.txt

To run the library on a continuous integration server, you need to install the test requirements:

sudo pip install -r requirements/test.txt

Back | FazBrowse Home | New Git URL