Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 787 Bytes

File metadata and controls

13 lines (9 loc) · 787 Bytes

SWENG480-Team21

This repository contains the code for our capstone project, the Design Pattern Recommendation System.

Dependencies

We use Pipenv to manage dependencies. Make sure this is installed and included in your PATH.

To install all dependencies, run pipenv install in the root directory.

For more information on dependency management in Python, see this article.

Code Style

We use Black for code style/formatting. This repository is preconfigured for use with Visual Studio Code. To set up Black for PyCharm, follow these instructions.