Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

Python

Skeleton project for Python.

Usage (on MacOS / Linux)

  • ./script/setup to install dependencies (uses homebrew)
  • ./script/test to run the tests

Usage (on Windows)

  • Install Python 3. You can either download from https://www.python.org/downloads/ or run python in a terminal to open Windows store Python download.
  • Run ./script/test.bat in terminal to run tests

Structure

However, you're free to organise your code as you like.