flatpak-docs icon indicating copy to clipboard operation
flatpak-docs copied to clipboard

Added examples for setuptools and pipenv directly

Open shanefagan opened this issue 4 years ago • 2 comments

shanefagan avatar Jan 02 '21 14:01 shanefagan

I'm actually not sure what this is trying to document is generally useful.

TingPing avatar Jun 21 '21 23:06 TingPing

I'm actually not sure what this is trying to document is generally useful.

Well at least the goal was to give the user something to build their package around. Maybe it's the documentation style I prefer but when I try out a packaging system the first thing I look for is a runnable example. I'm sure there would be some other things you would have to add in to make the thing work for your application but something that is usable with what most people are doing for the language. With the pip generator thing it is a new different tool while at least my approach was to use what is off the shelf in python itself (setuptools)

shanefagan avatar Jun 22 '21 15:06 shanefagan