Skip to content

Commit d1b4cbb

Browse files
author
Hiranya Jayathilaka
committed
Updated README file
1 parent 62116eb commit d1b4cbb

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

README.md

+29
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
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+
2857
Your use of Firebase is governed by the
2958
[Terms of Service for Firebase Services](https://firebase.google.com/terms/).

0 commit comments

Comments
 (0)