datascientest project
app : https://pyblood-ehue6plvtq-od.a.run.app
$ conda create -n <env_name> python=3.9
$ conda activate <env_name>
$ pip install -r requirements.txt
At the root of the project, create a dotenv file named .env and write in it the following line :
DATA_ACCESS=local
To download* the data for the project on your local workstation :
$ ipython
from data_access.data_update import download_data
download_data()
*For this procedure to work you'll need to have acces to the .json containing the google cloud storage credentials.