eakelly / nyc-travel-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Environment setup instructions:

    1. Install Python 3.6 (64-bit if possible)
    1. Install Visual Studio Community Edition
    1. Install Git Bash
    1. Set path variables for Python 3.6
    1. Go to Programs and Features
    • Microsoft Visual Studio Commuinty 2015 with Updates
    • Change
    • Modify
    • Programming Languages
      • Visual C++
        • Check checkbox next to Common Tools for Visual C++ 2015
        • (necessary to build twisted and other wheels for dependencies)
    1. Pull code from github repository
    1. Run dependencies bash file from root of repository
    • Installs pip and then proceeds to pip dependencies
    1. Create a config.py file within /api directory, and copy data from Google Document with API keys
    1. If desired set up git using IDE

About


Languages

Language:HTML 99.0%Language:Python 0.9%Language:Shell 0.1%