Skip to content

Commit c177742

Browse files
authored
Merge pull request #149 from blaylockbk/master
Include conda install instructions.
2 parents 6b239b6 + 1924f70 commit c177742

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,12 @@ pip install .
8585

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

88+
If you use the [Conda](https://docs.conda.io/) package manager, fprettify is available from the [conda-forge](https://conda-forge.org/) channel:
89+
90+
```sh
91+
conda install -c conda-forge fprettify
92+
```
93+
8894
## Command line tool
8995

9096
Autoformat file1, file2, ... inplace by

0 commit comments

Comments
 (0)