/RecurPrototype

Recur app prototpye

Primary LanguagePython

Project: Recur Prototype

Designed and developed by Morgan Mitchell and Andrew Goodman

Team Members

  1. Morgan Mitchell
    • Electrical Engineer and Computer Systems Expert
  2. Andrew Goodman
    • Software Engineer

Description

description to be added...

Required Software

  1. Python 3.x
  2. Python package manager
  3. MySQL Server

Pip Usage

Issue commands into a CLI window

List Packages Installed

python3 -m pip list

Install / Update

python3 -m pip install [package-name]

python3 -m pip install --upgrade [package-name]

or

python3 -m pip install update [package-name]

Required Python Packages

  • pymysql
  • pycrypto
  • setuptools