THEGOLDENPRO / fastapi-tailwind

✨ TailwindCSS support for 🔥 FastAPI without NodeJS.
https://pypi.org/project/fastapi-tailwind
MIT License
5 stars 3 forks source link

Need help testing the lib on multiple platforms. #2

Open THEGOLDENPRO opened 3 months ago

THEGOLDENPRO commented 3 months ago

I have released fastapi-tailwind on pypi with wheels for each platform and CPU arch just like tailwind releases it's binaries.

Now I need some people to do me a big favour and test the library on their platform.

Here's the list of platforms that need to be tested:

How to test?

  1. Install the lib from pypi with pip:
    pip install fastapi-tailwind

If that is successful, you have two options:

or

If this all runs that means it's all working so let me know.

THEGOLDENPRO commented 3 months ago

@r3tr0ananas windows works right?

r3tr0ananas commented 3 months ago

@r3tr0ananas windows works right?

yes windows works

jonathanbouchet commented 2 months ago

I posted a bug report for the install on Mac but the project file does not mention it explicitly

 'Operating System :: Microsoft :: Windows :: Windows 11',
 'Operating System :: Microsoft :: Windows :: Windows 10',
 'Operating System :: POSIX :: Linux',

Happy to help if needed.