Migrate TODOs into documentation
Signed-off-by: martin f. krafft <madduck@madduck.net>
diff --git a/doc/source/install.rst b/doc/source/install.rst
index e587dca..fefccf5 100644
--- a/doc/source/install.rst
+++ b/doc/source/install.rst
@@ -38,6 +38,13 @@
$ python setup.py install --prefix=/opt/local
+.. todo::
+
+ These will install the ``reclass-salt`` and ``reclass-ansible`` adapters to
+ ``$prefix/bin``, but they should go to ``$prefix/share/reclass``. How can
+ setup.py be told to do so? It would be better for consistency if this was
+ done "upstream", rather than fixed by the distros.
+
Just make sure that the destination is in the Python module search path, which
you can check like this::