diff --git a/BUILD.rst b/BUILD.rst index 1a8eca8..e040489 100644 --- a/BUILD.rst +++ b/BUILD.rst @@ -31,6 +31,13 @@ Build and installation from this github repository python3 -m pip -v uninstall IMOSPATools python3 -m pip -v cache purge + There is also a simple makefile that is capable of the generic functionality: + + .. code-block:: + make + make install + make clean + .. code-block:: from IMOSPATools import ...