bitranox/rst_include

View on GitHub
.docs/installation_via_makefile.rst

Summary

Maintainability
Test Coverage
- via makefile:
  makefiles are a very convenient way to install. Here we can do much more,
  like installing virtual environments, clean caches and so on.

.. code-block:: shell

    # from Your shell's homedirectory:
    $ git clone https://github.com/bitranox/rst_include.git
    $ cd rst_include

    # to run the tests:
    $ make test

    # to install the package
    $ make install

    # to clean the package
    $ make clean

    # uninstall the package
    $ make uninstall