File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 33## Table of Contents
44
55 * [ Overview] ( #overview )
6+ * [ Installation] ( #installation )
7+ * [ Contributing] ( #contributing )
8+ * [ Supported Python Versions] ( #supported-python-versions )
69 * [ Documentation] ( #documentation )
710 * [ License and Terms] ( #license-and-terms )
811
@@ -18,12 +21,38 @@ For more information, visit the
1821[ Firebase Admin SDK setup guide] ( https://firebase.google.com/docs/admin/setup/ ) .
1922
2023
24+ ## Installation
25+
26+ To install Firebase Admin Python SDK, simply execute the following command
27+ in a terminal:
28+
29+ ```
30+ pip install firebase-admin
31+ ```
32+
33+ ## Contributing
34+
35+ Please refer to the [ CONTRIBUTING page] ( ./CONTRIBUTING.md ) for more information
36+ about how you can contribute to this project. We welcome bug reports, feature
37+ requests, code review feedback, and also pull requests.
38+
39+
40+ ## Supported Python Versions
41+
42+ We support Python 2.7 and Python 3.3+. Firebase Admin Python SDK is also tested
43+ on PyPy and Google App Engine environments.
44+
45+
2146## Documentation
2247
2348* [ Setup Guide] ( https://firebase.google.com/docs/admin/setup/ )
2449* [ API Reference] ( https://firebase.google.com/docs/reference/admin/python/ )
2550
51+
2652## License and Terms
2753
54+ Firebas Admin Python SDK is licensed under the
55+ [ Apache License, version 2.0] ( http://www.apache.org/licenses/LICENSE-2.0 ) .
56+
2857Your use of Firebase is governed by the
2958[ Terms of Service for Firebase Services] ( https://firebase.google.com/terms/ ) .
You can’t perform that action at this time.
0 commit comments