svetakvsundhar / cdc2018

Project for the CDC 2018.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CDC2018

Basic Infrastructure

  • Start a virtual environment in the project directory
    • python -m venv env/
  • Install dependencies
    • pip install -r requirements.txt
    • make sure that pip is installing the python3 modules, and not python2
    • If you have additional things we need, add to this

Installing so you can import stuff across the project

  • Install project in your virtual environment
    • python setup.py install

About

Project for the CDC 2018.


Languages

Language:Python 100.0%