# wart


<!-- WARNING: THIS FILE WAS AUTOGENERATED! DO NOT EDIT! -->

This library is currently in development.

## Developer Guide

If you are new to using `nbdev` here are some useful pointers to get you
started.

### Install wart in Development mode

``` sh
# make sure wart package is installed in development mode
$ pip install -e .

# make changes under nbs/ directory
# ...

# compile to have changes apply to wart
$ nbdev_prepare
```

## Usage

### Installation

Install latest from the GitHub
[repository](https://github.com/polsci/wart):

``` sh
$ pip install git+https://github.com/polsci/wart.git
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/polsci/wart)’s
[pages](https://geoffford.nz/wart/).
