.. _getting-started-with-hatcher: ============================== Getting Started with Hatcher ============================== .. contents:: .. _installing-hatcher: Installing Hatcher ================== Installing with ``edm`` ------------------------- To install hatcher into an EDM-managed Python environment, simply run the following from within the desired environment:: $ edm install hatcher Installing with ``pip`` ------------------------- To install hatcher into a Python environment not managed by EDM, run:: $ pip install hatcher .. _first-steps: First steps =========== .. _specify-eds-server: Specifying an Enthought Deployment Server ------------------------------------------ When running Hatcher, the first thing to keep in mind is that it always needs to know the URL of an Enthought Deployment Server (EDS). The ``-u`` or ``--url`` option of the ``hatcher`` command is used to specify the root EDS URL:: $ hatcher -u https://packages.enthought.com ... .. hint:: All options to the ``hatcher`` command support being passed as environment variables. The environment variable for any option is named ``HATCHER_