Skip to content

Commit

Permalink
Merge pull request #149 from blaylockbk/master
Browse files Browse the repository at this point in the history
Include conda install instructions.
  • Loading branch information
gnikit committed Mar 29, 2023
2 parents 6b239b6 + 1924f70 commit c177742
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,12 @@ pip install .

For local installation, use `--user` option.

If you use the [Conda](https://docs.conda.io/) package manager, fprettify is available from the [conda-forge](https://conda-forge.org/) channel:

```sh
conda install -c conda-forge fprettify
```

## Command line tool

Autoformat file1, file2, ... inplace by
Expand Down

0 comments on commit c177742

Please sign in to comment.