PyPI release
See original GitHub issueHeya there
I know this project is pretty young, but is there a chance of a pypi release, in line with the readme?
$ pip3 install crispy_tailwind
ERROR: Could not find a version that satisfies the requirement crispy_tailwind (from versions: none)
ERROR: No matching distribution found for crispy_tailwind
I know it’s possible to -e
the git URL in requirements.txt, but in a Docker build that results in the dependency being installed at the user, not system level, making it effectively invisible to the app.
Cheers!
Issue Analytics
- State:
- Created 3 years ago
- Comments:5
Top Results From Across the Web
releases - PyPI
Releases is a Python (2.7, 3.4+) compatible Sphinx (1.3+) extension designed to help you keep a source control friendly, merge friendly changelog file ......
Read more >How to Publish an Open-Source Python Package to PyPI
Indeed, the first version of Python was released in 1991, before the World Wide Web became available to the general public. Naturally, a...
Read more >Packaging Python Projects
This tutorial walks you through how to package a simple Python project. It will show you how to add the necessary files and...
Read more >Release Your Project on pypi - OpenMDAO
Releasing your project's versions on the Python Packaging Index is a great way to keep your users up-to-date, and a convenient way to...
Read more >7. Releasing your package
The primary venue for releasing Python packages is the Python Package Index ( PyPI ) and it is releasing your package on PyPI...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Yeah, I was about to try swapping to that to save myself the grief. Will let you know how it goes!
Can you explain this a bit please? My initial response is, surely you’re just holding it wrong…? But no doubt you’re hitting a real issue.
Thanks.