.. _setup: Setup ===== Prerequisites ------------- Ensure your DataRobot account has enabled: - "Show Uncensored Blueprints" (contact support if you do not) Installation ------------ 1. ``mkvirtualenv -p python3.7 blueprint-workshop`` 2. ``sudo apt-get install graphviz`` or ``brew install graphviz`` 3. ``pip install datarobot-bp-workshop`` Recommended ----------- 1. ``pip install jupyterlab`` 2. From a folder where you'd like to save your scripts: ``jupyter-lab .`` 3. Continue to :ref:`configuration` if this is your first time using the DataRobot python client, or jump straight to :ref:`getting-started`.