This repository was archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 17
Install
BurningInfern0 edited this page Apr 23, 2022
·
2 revisions
ProgressCLI95 needs a dependency that permits the use of colored text, called rich.
In order to install it you need to run:
pip install rich
Did you get an error about pip not being found when you ran pip install rich ?
-
Windows: That means that pip is not installed in your PATH variable. Simply run
python -m pip install richto go around this issue. -
Linux: This means that the pip package is not installed. Run your package manager with the package
python-pipand installrichafter.
- Did you get an error about Python not being found when you launched
boot.py?- Windows: Python is either not installed, or you did not check the box in the installer to put Python into PATH.
- Linux: Make sure Python is installed and can be found within a folder in your $PATH variable.
- Did you run the game in Python 2 or Python 3?
- If you ran the game in Python 2, please run the game in Python 3.
- Did you run the game inside of the extracted contents?