Skip to content

Commit 971eb88

Browse files
remove direct installation command and clarify installation instructions in README
1 parent 0e9f90c commit 971eb88

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ Recommended terminals: Windows Terminal, WezTerm, Alacritty, kitty, Ghostty, iTe
2323

2424
## Installation
2525

26-
```bash
27-
pip install halo
28-
```
29-
3026
From source:
3127

3228
```bash
@@ -35,6 +31,12 @@ cd halo
3531
pip install -e .
3632
```
3733

34+
or shorter:
35+
36+
```bash
37+
pip install git+https://github.com/programmersd21/halo.git
38+
```
39+
3840
## Usage
3941

4042
```bash

0 commit comments

Comments
 (0)