Nicholas-C-Brown / COSC419F-Project

:)
1 stars 0 forks source link

COSC419F-Project

Installation

  1. Ensure you have the latest version of python installed.

  2. Install pipenv

    1. Open the command terminal
    2. Run pip install pipenv
  3. Download the project dependencies

    1. Open the command terminal in the project root directory
    2. Run pipenv shell to start the virtual environment
    3. Run pipenv update to download the project's dependencies

Running the Application

Run python main.py to start the application.

Running Unit Tests

Running PyLint

Run pylint <directory> from the command terminal to run pylint on all files in the given directory.