Skip to content

earthrise-media/soil-carbon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run locally

First, activate the virtual environment (with Python 3) with virtualenv env/bin/activate. Then run the following command within the soil-carbon directory:

streamlit run app.py

A browser window should open at localhost:8501.

Deploy

With the proper Heroku permissions, you'll be able to deploy the application with a simple command:

git push heroku master

Note, however, that if you are developing in virtualenv and you install a new package, then you'll have to add the packages to requirements.txt. The deploy on Heroku runs on Docker, which rebuilds the environment from requirements.txt on each deploy.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published