We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b239b6 + 1924f70 commit c177742Copy full SHA for c177742
README.md
@@ -85,6 +85,12 @@ pip install .
85
86
For local installation, use `--user` option.
87
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
94
## Command line tool
95
96
Autoformat file1, file2, ... inplace by
0 commit comments