Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

puente-dr/map

Repository files navigation

map

This project is an interactive map of all issues catalogued in our map app

Build

Install virtual environment library

cd <PROJECT_FOLDER_NAME>/
pip install virtualenv #if you don't have virtualenv installed

Create virtualenv

virtualenv <NAME_OF_VIRTUAL_ENVIRONMENT> #i.e. venv

NOTE The current latest version of numpy only supports up to Python 3.6. If you have any version of Python that's later, you'll have to install a Python 3.7 specific environment like so:

virtualenv -p python3.7 <NAME_OF_VIRTUAL_ENVIRONMENT>

Activate virtualenv

source <NAME_OF_VIRTUAL_ENVIRONMENT>/bin/activate

Install project requirements usings the requirements.text

pip install -r requirements.txt

Run

Run python script in root directory of your project to start

python main.py

Commands

Linter

pre-commit run --all-files

Environments

Dev

About

[Front-End] Web Application for Data Visualization Using Plotly and Dash

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

AltStyle によって変換されたページ (->オリジナル) /