Python

Sunday, Jan 18, 2026 | 1 minute read | Updated at Sunday, Jan 18, 2026

Emmanuel Decena

pyproject.toml is used if you want to use your module as an installable package. the pip install -e . at the end of of conda environment lets you do this.

uv init --python 3.11

then uv add -r requirements.txt

if there is a local package then (add –editable if you want): uv add --editable <path/to/local/package>

if there is already a pyproject.toml then just: uv sync

© 2025 - 2026 Blog

All rights reserved

About

I created this blog to monitor my curiosity, writing about concepts that interest me.

I write about personal projects, ideas, and the things I learn along the way. Hand-crafted and LLM-free.

Occasionally, a travel story or food review sneaks in.

If my writing resonates with you, feel free to connect with me at ecdecena [@] gmail.com.

I’m currently based in Cebu City, PH 🏖️.

Disclaimer

The contents on this site reflect my thoughts and opinions only. It does not represent the views of any organization, employer, or institution I am affiliated with.

Social Links