RETprojects / SWENG480-Team21

This repository contains the code for our capstone project, the Design Pattern Recommendation System.
3 stars 0 forks source link

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.