Skip to content

Updating Rich & PIP

Hazzah edited this page Mar 2, 2023 · 2 revisions

Updating PIP Module (Requires PIP Access)

Running the following commands, with a correct setup.py file present will update the module.

python setup.py sdist bdist_wheel      
twine upload dist/*     

Update Rich Module

Follow these steps to update the 'rich' module.

  • Download the 'rich' module from the repo.
  • Replace the 'rich' module inside ngoto/core/util.
  • Replace all text in project 'from rich' with 'from ngoto.core.util.rich' to fix imports. (This has been safe todo with replace text tool across project so far.)
Clone this wiki locally