Skip to content

Streamlit deployment directory. Contains geojson for mapping, json for alcaldia data, function.py containing map and graph plotting, and the testmain.py file with the dashboard script.

Notifications You must be signed in to change notification settings

hellojustjoe/cdmx911_frontend

Repository files navigation

Step by step of how to run the frontend

Step one: You need to clone the repository url:

git clone [email protected]:wichoiscoding/cdmx911_frontend.git

After the clone, you need to create your new enviroment with:

cd cdmx911_frontend
pyenv virtualenv cdmx911_frontend

Once you have the enviroment you need to install the libraries:

pip install -r requirements.txt

Now you can run it!

make run_testmain

About

Streamlit deployment directory. Contains geojson for mapping, json for alcaldia data, function.py containing map and graph plotting, and the testmain.py file with the dashboard script.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published