An open API service indexing awesome lists of open source software.

https://github.com/fastai/latest

latest.fast.ai server
https://github.com/fastai/latest

Last synced: 3 months ago
JSON representation

latest.fast.ai server

Awesome Lists containing this project

README

          

# latest

This file will become your README and also the index of your
documentation.

## Developer Guide

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

### Install latest in Development mode

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

# make changes under nbs/ directory
# ...

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

## Usage

### Installation

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

``` sh
$ pip install git+https://github.com/fastai/latest.git
```

or from [conda](https://anaconda.org/fastai/latest)

``` sh
$ conda install -c fastai latest
```

or from [pypi](https://pypi.org/project/latest/)

``` sh
$ pip install latest
```

### Documentation

Documentation can be found hosted on this GitHub
[repository](https://github.com/fastai/latest)’s
[pages](https://fastai.github.io/latest/). Additionally you can find
package manager specific guidelines on
[conda](https://anaconda.org/fastai/latest) and
[pypi](https://pypi.org/project/latest/) respectively.

## How to use

Fill me in please! Don’t forget code examples:

``` python
1+1
```

2