Skip to content

Commit 1924f70

Browse files
authored
Include conda install instructions.
1 parent 6b239b6 commit 1924f70

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

+6
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)