===========
Vagrant
===========

Before starting, you should be familiar with the `basic vagrant documentation <https://www.vagrantup.com/docs/getting-started/>`_.
Be sure you are using the latest version of Vagrant from the `download page <https://www.vagrantup.com/downloads.html>`_.

Our images are available through the `ContinuumIO <https://atlas.hashicorp.com/continuumio>`_ organization:

.. code-block:: bash

    vagrant box add continuumio/anaconda2
    mkdir anaconda2
    cd anaconda2
    vagrant init continuumio/anaconda2
    vagrant up
    vagrant ssh
    conda info
