To upgrade pip
pip3 install --upgrade pip
Upgrade setuptools
python3 -m pip install --upgrade setuptools
Install grpcio
| <head> | |
| <title> | |
| Project Tachyon: Home Page | |
| </title> | |
| </head> | |
| <body style="background-color:black;"> | |
| <table cellspacing="500" padding="60" border-radius="70"> | |
| <tr> | |
| <th width = "375">HOME</th> |
| <form class="rating"> | |
| <label> | |
| <input type="radio" name="stars" value="1" /> | |
| <span class="icon">★</span> | |
| </label> | |
| <label> | |
| <input type="radio" name="stars" value="2" /> | |
| <span class="icon">★</span> | |
| <span class="icon">★</span> | |
| </label> |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <title>Add React in One Minute</title> | |
| </head> | |
| <body> | |
| <h2>Add React in One Minute</h2> | |
| <p>This page demonstrates using React with no build tooling.</p> |
| import firebase_admin | |
| from firebase_admin import credentials | |
| from firebase_admin import db | |
| # Fetch the service account key JSON file contents | |
| cred = credentials.Certificate('secret key.json') | |
| # Initialize the app with a service account, granting admin privileges | |
| firebase_admin.initialize_app(cred, { | |
| 'databaseURL': "URL to database" | |
| }) |
To upgrade pip
pip3 install --upgrade pip
Upgrade setuptools
python3 -m pip install --upgrade setuptools
Install grpcio
Navigate to the local/rest_api_gcbm, run the following : -
Unzip the GCBM_Demo_Run.zip
Enter into the unzipped folder and run the following curl commands
curl -d "title=run4" -X POST http://localhost:8080/gcbm/new