-
Notifications
You must be signed in to change notification settings - Fork 8
Updating Rich & PIP
Hazzah edited this page Mar 2, 2023
·
2 revisions
Running the following commands, with a correct setup.py file present will update the module.
python setup.py sdist bdist_wheel
twine upload dist/*
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.)