I am creating a Quickly app in Ubuntu that depends on Python Twisted, which is available in the package python-twisted. How should I add python twisted as a dependency so that it will be installed when a user installs my application?
|
The good thing is that Quickly will handle this for you, so you don't have to worry about it at all :) Once you've added the This will take care of your package pulling in In addition to that, if you really need additional dependencies that you don't use directly in the code, you can use the |
||||
|