#!/bin/bash

pip install poetry
poetry config virtualenvs.create false
poetry install --all-extras --without=notebook
