Skip to content

Commit

Permalink
update banner and yml reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdp0023 committed Apr 29, 2024
1 parent eea54fe commit 1ae180e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documenation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-python@v3
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx
pip install sphinx sphinx_rtd_theme myst_parser furo nbsphinx pandoc
pip install -r requirements.txt
- name: Sphinx build
run: |
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SVInsight: Social Vulnerability Index Creation
![pages-build-deployment](https://github.com/mdp0023/SVInsight/actions/workflows/pages/pages-build-deployment/badge.svg)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/svinsight)
![Python version](https://img.shields.io/badge/python-3.9%20|%203.10%20|%203.11%20|%203.12-blue)
![PyPI](https://img.shields.io/pypi/v/svinsight)

*SVInsight* is a python package for calculating an exploratory social vulnerability index. This package calculates SVI using two methods: (1) an iterative factor analysis method and (2) a rank method, both of which have been heavily utilized in scholarly research. This package automates the creation and comparison of indices using U.S. American Community Survey 5-Year Data (ACS5) at the block group or tract level. Users can customize which social, demographic, and economic variables are included in their own custom indices.
Expand Down

0 comments on commit 1ae180e

Please sign in to comment.