dogfactory

A factory that makes dogs! (The best kind of factory.)


Keywords
dogs
License
MIT
Install
pip install dogfactory==1.0

Documentation

ls

dogfactory


Description

Version: 1.0

A factory that makes dogs! (The best kind of factory.)

  • Woof
  • Bark
  • Yip

Author


Getting Started


Prerequisites
Installation

First, clone the project repo from Github. Then, change directories into the cloned repository. To accomplish this, execute these commands:

$ git clone https://github.com/chelseadole/dogfactory.git

$ cd dogfactory

Now now that you have cloned your repo and changed directories into the project, create a virtual environment named "ENV", and install the project requirements into your VE.

$ python3 -m venv ENV

$ source ENV/bin/activate

$ pip install -r requirements.txt

Test Suite


This repository contains no tests.

Development Tools


  • python - programming language
  • PyPI - Python package library

License


This project is licensed under MIT License - see the LICENSE.md file for details.

Acknowledgements


  • Coffee

This README was generated using writeme.