Skip to content

Commit e1b50b3

Browse files
authored
Add comments to setup script
1 parent c8cab3f commit e1b50b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

readme.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,9 @@ Ghost has 150+ commands and a completely custom built GUI for endless customisat
1616

1717
> ```bash
1818
> git clone https://github.com/ghostselfbot/ghost
19-
> python3 -m venv .venv
20-
> source .venv/bin/activate
21-
> pip install -r requirements.txt
22-
> python3 ghost.py
19+
> cd ghost
20+
> python3 -m venv .venv # create venv (requires Python 3.10+)
21+
> source .venv/bin/activate # or on Windows: .\.venv\Scripts\activate
2322
> ```
2423
> _Ghost requires Python 3.10+_
2524

0 commit comments

Comments
 (0)