WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

max-models/template-python

Repository files navigation

template-python

Template repository for python projects

Documentation: https://max-models.github.io/template-python/

Install

Create and activate python environment

python -m venv env
source env/bin/activate
pip install --upgrade pip

Install the code and requirements with pip

pip install -e .

Run the code with

template-python

Build docs

make html
cd ../
open docs/_build/html/index.html

About

Template repository for python projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published