Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conda-Forge #214

Merged
merged 2 commits into from Nov 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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