rpomponio / climbing_viz_app

Web application for visualizing climbing pyramids (data obtained from MountainProject.com)
1 stars 1 forks source link

Climping Pyramid Visualizer

demo pyramid

Current Requirements

You need an environment which can run python, such as a conda environment.

In addition, you will need to install the following packages:

All of which can be installed via pip.

To run

Ensure the file app.py is executable:

chmod +x app.py

Then simply run the app via the terminal with ./app.py (you will need to copy/paste the URL into a web browser).