Adding a dependency: Difference between revisions

Content added Content deleted
imported>Paulproteus
(Created page with '== Using buildout: adding a dependency == # Find the Python package name of the dependency. This will appear in the package's own ''setup.py'' file (as a parameter called "name"…')
 
imported>Paulproteus
No edit summary
Line 1: Line 1:
{{Hacking OpenHatch}}
== Using buildout: adding a dependency ==
== Using buildout: adding a dependency ==


Line 12: Line 13:
# Add the package name to milestone-a/buildout.cfg under "eggs".
# Add the package name to milestone-a/buildout.cfg under "eggs".
# Run bin/buildout
# Run bin/buildout

[[Category:Hacking OpenHatch]]