Skip to content

Commit

Permalink
use uv for pip install
Browse files Browse the repository at this point in the history
  • Loading branch information
copdips committed Oct 19, 2024
1 parent 4bb88a6 commit fe08b5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ run: serve
update-venv:
@echo "${BOLD}${YELLOW}update venv:${NORMAL}"
pip install -U pip
pip install -U -r requirements.txt
uv pip install -U -r requirements.txt
2 changes: 2 additions & 0 deletions docs/posts/2024/2024-09-11-generating-dotenv-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ SECRET=xxx

Hereunder a quick bash script to generate a `.env` file from a list of Azure KeyVault secrets, same logic can be applied to other secret managers.

<!-- more -->

```bash
#!/bin/bash
set -e
Expand Down

0 comments on commit fe08b5a

Please sign in to comment.