Skip to content
This repository was archived by the owner on Jul 26, 2022. It is now read-only.

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 rich to go around this issue.
  • Linux: This means that the pip package is not installed. Run your package manager with the package python-pip and install rich after.

Common issues and fixes when ProgressCLI95 "doesn't work" when you start it

  • 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?

Clone this wiki locally