Removing URL prefix for local URLs in blog posts

This commit is contained in:
Brandon Rozek 2022-12-18 12:25:45 -05:00
parent b02794d677
commit 6dc8bfbb89
No known key found for this signature in database
GPG key ID: 26E457DA82C9F480
21 changed files with 23 additions and 23 deletions

View file

@ -4,7 +4,7 @@ date: 2020-02-21T22:42:55-05:00
draft: false
tags: [ "Python" ]
---
**Deprecated in favor of [pip install editable](https://brandonrozek.com/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`.