Using LINCC Framework project template
Overview
Teaching: 15 min
Exercises: 10 minQuestions
How can we automatize project maintainance routine?
What are project templates?
How to use LINCC Framework project template?
Objectives
Is there an easier way to set up software projects?
What are project templates
LINCC Framework project template
Migrating to the LINCC Framework project template
Poetry installation instructions.
We can install Poetry much like any other Python distributable package, using pip:
$ source venv/bin/activate
$ pip3 install poetry
To test, we can ask where Poetry is installed:
$ which poetry
/home/alex/InterPython_Workshop_Example/venv/bin/poetry
Creating documentation
Optional Exercise: Enhancing our Package Metadata
An exercise
Key Points