Fixed links

This commit is contained in:
Brandon Rozek 2023-09-26 17:43:41 -04:00
parent 18ca6cae06
commit 1bb95f36d7
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
27 changed files with 100 additions and 100 deletions

View file

@ -5,7 +5,7 @@ draft: false
tags: [ "Python" ]
medium_enabled: true
---
**Deprecated in favor of [pip install editable](/blog/pipeditable)**
**Deprecated in favor of [pip install editable](/blog/pipeditable/)**
I've found it to be incredibly helpful to emulate having a library installed on my system rather than depending on my local directory path to pick up my file edits. To do this in a python project where you've defined a `setup.py`, you can specify the command `develop`.