From 807bfa336bbdaa34a36ecc056d980a2299f7e294 Mon Sep 17 00:00:00 2001 From: gizmo385 Date: Mon, 26 Aug 2024 19:10:21 -0600 Subject: [PATCH] Update README --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index 5bfba52..c5db374 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,4 @@ Planned features: ## Running Locally I'm not currently automatically pushing LazyGithub up to [PyPi](https://pypi.org/) (although I plan -to in the future), so for the time being you can run this locally via: - -```bash --> uv venv --python python3.11 --> source .venv/bin/activate -(lazy-github) -> uv pip sync requirements.txt -(lazy-github) -> python -m lazy_github -``` +to in the future), so for the time being you can run this locally via the `./start.sh` script.