Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 679 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 679 Bytes

Pythonista

A Python skeleton project

Setup

To create a new project based on this skeleton, create a new directory with the name of your project, and inside of it, run:

git init
git pull [email protected]:benrady/pythonista.git
make test
git commit -am "Initial version"

This will initialize the directory and change all the project references inside it.

Usage