Skip to content

Commit

Permalink
update readme, include table of contents and installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zachspar committed Jun 29, 2024
1 parent 1fd7963 commit f38eeac
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,5 @@ dmypy.json

# Pyre type checker
.pyre/

.history/
21 changes: 21 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,27 @@
# Fred CLI & Python API
A fully-featured FRED Command-Line Interface & Python API Wrapper.

## Table of Contents
- [Installation](#installation)
- [Homebrew](#homebrew)
- [PyPI](#pypi)
- [Python API Documentation](#python-api-documentation)
- [Wiki](#wiki)
- [FRED References](#fred-references)
- [Shell Auto-Completion](#shell-auto-completion)
- [`zsh` Completions](#zsh-completions)
- [`bash` Completions](#bash-completions)
- [`fish` Completions](#fish-completions)

## Installation:
Install `fred` in a couple of ways.

### Homebrew
`brew install fred`

### PyPI
`pip install fred-py-api`

## Python API Documentation:
- [fred-py-api Docs](https://fred-py-api.readthedocs.io/en/latest/)

Expand Down

0 comments on commit f38eeac

Please sign in to comment.