Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 377 Bytes

File metadata and controls

22 lines (17 loc) · 377 Bytes

python project template

A template for Python project containing folder structure of source code, testing and utilities.

Prerequisites

Installation

git clone https://github.com/<GITHUB_SPACE>/<GITHUB_REPO>.git
cd <GITHUB_REPO>
python3 -m venv .venv
source .venv/bin/activate

Usage

Implementation Details

Project Status