Skip to content

adnanmc/python-csv-to-firebase

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-csv-to-firebase

setup

  1. $cd virtualenv && virtualenv -p python3 env --no-site-packages to prep all dependencies in project
  2. start virtual environment $cd ../ && source virtualenv/env/bin/activate (see: http://sourabhbajaj.com/mac-setup/Python/virtualenv.html)
  3. If setting up rPi, be ready to get some coffee. This next step takes a bit to install. (~15mins)
  4. go fetch all python dependencies $pip install -r virtualenv/requirements.txt
  5. $python3 start.py

helpful tips with setup

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%