diff --git a/.github/workflows/documenation.yml b/.github/workflows/documenation.yml index 0e3efd6..ba65bb9 100644 --- a/.github/workflows/documenation.yml +++ b/.github/workflows/documenation.yml @@ -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: | diff --git a/README.md b/README.md index b3c271e..fdb9971 100644 --- a/README.md +++ b/README.md @@ -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.