python3 -m venv [name]
cd [name]
# On macOS
source ./bin/activate
git clone https://github.com/Joeyloganpython/Capstone.git
pip install -r ./Capstone/requirements.txt
open ~/.bash_profile
export CENSUS_API_KEY={Your Census key}
export SOCRATA_APP_TOKEN={Your Socrata key}
source ~/.bash_profile
echo $CENSUS_API_KEY
It should print the key
setx CENSUS_API_KEY {Your Census API Key} /m
setx SOCRATA_APP_TOKEN {Your Socrata API Key} /m
set CENSUS_API_KEY
It should print the key