Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 293 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 293 Bytes

python-template

Template repo for Python based projects

Installation

A setup.py has been provided to allow the package to be installed via pip.

  1. Clone the project using git
  2. Create the pipenv environment
  3. Run pipenv install -e .
    1. This installs the project in editable mode