We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8cab3f commit e1b50b3Copy full SHA for e1b50b3
readme.md
@@ -16,10 +16,9 @@ Ghost has 150+ commands and a completely custom built GUI for endless customisat
16
17
> ```bash
18
> 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
+> cd ghost
+> python3 -m venv .venv # create venv (requires Python 3.10+)
+> source .venv/bin/activate # or on Windows: .\.venv\Scripts\activate
23
> ```
24
> _Ghost requires Python 3.10+_
25
0 commit comments