Makeenv ======= Makeenv is a modular framework for the automation of Python environments based on `GNU Make`_ , `virtualenv`_, and `pip`_. Basics ------ Get started with the :doc:`quickstart`. For those unfamiliar with `GNU Make`_ there is a :doc:`make`. Contents -------- .. toctree:: :maxdepth: 2 quickstart basic modules extending development make Indices and tables ------------------ * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. _GNU Make: http://www.gnu.org/software/make/ .. _virtualenv: http://www.virtualenv.org/ .. _pip: http://www.pip-installer.org/