Skip to content

Commit

Permalink
Conda-Forge (#214)
Browse files Browse the repository at this point in the history
* doc : INSTALL.md updated

* doc : CHANGELOG updated
  • Loading branch information
sepandhaghighi committed Nov 14, 2022
1 parent 1b9d9fa commit 3324e6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
6 changes: 6 additions & 0 deletions INSTALL.md
Expand Up @@ -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)
Expand Down

0 comments on commit 3324e6f

Please sign in to comment.