You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here are a few guides to help you get setup using Ghost.
Setting up for the first time
Make sure you have Python 3.10 installed.
Download the latest release or the source code.
Download all the required librarys (pip install -r requirements.txt)
Run ghost.py!
If you're still struggling, please watch the video below.
Installing a Python virtual environment is a great way to seperate your workspaces. If you're struggling to get Ghost running without a virtual environment you most likely have a library installed that is confusing Ghost. Creating a virtual environment will help combat this.
Create a virtual environment
python3 -m venv env
Activate the virtual environment (⬆️ Linux/Mac | ⬇️ Windows)
source env/bin/activate
.\env\bin\activate
Install the required libraries
pip3 install -r requirements.txt
Still not working!!!
If you're still struggling, you most likely already have the wrong discord library installed.
Try running the following commands.
documentationImprovements or additions to documentation
1 participant
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here are a few guides to help you get setup using Ghost.
Setting up for the first time
CleanShot.2024-10-22.at.12.25.41.mp4
Installing GIT
Installing a Python environment
Still not working!!!
Beta Was this translation helpful? Give feedback.
All reactions