Posts

2024

Publish Python packages to PyPI (pip)

5 minute read

Published:

A step-by-step pipeline for uploading and publishing a Python package to PyPI that can be installed with pip. This pipeline includes the repo structure, py project configuration, building and publishing package.

2021

Anaconda getting started

4 minute read

Published:

This is an (oversimplified) tutorial on getting started on conda. It works for Linux and macOS. All scripts are in bash.