diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a35842f..7e57f88b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ### Changed - Test system modified - `Python 3.11` added to `test.yml` +- `Conda-Forge` installing section added to `INSTALL.md` ## [5.7] - 2022-07-06 ### Added - 5 new font diff --git a/INSTALL.md b/INSTALL.md index 14780b97..081629b3 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -18,9 +18,15 @@ ### Conda +#### Conda-Forge +- Check [Conda-Forge](https://conda-forge.org) +- `conda install -c conda-forge ascii-art ` (Need root access) + +#### Private channel - Check [Conda Managing Package](https://conda.io) - `conda install -c sepandhaghighi art ` (Need root access) + ### Easy install - Run `easy_install "art==5.7"` (Need root access)