rankfm icon indicating copy to clipboard operation
rankfm copied to clipboard

Upgrade: Suitable for Python 3.9+

Open ErraticO opened this issue 2 years ago • 2 comments

Upgrade: Suitable for Python 3.9+

  1. Remove incompatible prints
  2. Adding Compilation of Different Python Versions for Different Systems
  3. When github create release, rankfm automatic compilation and release to pipy.
  4. Add README.md to pipy
  5. Add clear explanations based on the issue

Please set the PYPI_USERNAME and PYPI_PASSWORD in settings

        TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
        TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}

ErraticO avatar Jul 28 '23 02:07 ErraticO

this worked for me! thank you :)

abell-ucsd avatar Dec 05 '23 05:12 abell-ucsd

Installation method based on Github repository: pip install git+https://github.com/ErraticO/rankfm.git

ErraticO avatar Aug 14 '24 08:08 ErraticO