0.2.4 • Published 2 years ago
tppt v0.2.4
Tyler Python Project Templates
Install
yarn global add tpptUsage
mkdir my_python_project
cd my_python_project
tppt
source .venv/bin/activateYou will have a ready to go python project.
Run the unit test with command pytest.