From e8a3613bc35083acc850f206876037a735b813ed Mon Sep 17 00:00:00 2001 From: Chris McDonough Date: Fri, 9 Oct 2009 07:24:04 +0000 Subject: Protip from elpargo. --- docs/tutorials/bfgwiki2/definingviews.rst | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'docs/tutorials') diff --git a/docs/tutorials/bfgwiki2/definingviews.rst b/docs/tutorials/bfgwiki2/definingviews.rst index c7f9ba945..b89a2c7f7 100644 --- a/docs/tutorials/bfgwiki2/definingviews.rst +++ b/docs/tutorials/bfgwiki2/definingviews.rst @@ -45,6 +45,11 @@ Our resulting ``setup.py`` should look like so: :linenos: :language: python +.. note:: After these new dependencies are added, you will need to + rerun ``python setup.py develop`` inside the root of the + ``tutorial`` package to obtain and register the newly added + dependency package. + Adding View Functions ===================== -- cgit v1.2.3