Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@
This library assists developers with graphics programming.

## Installation
`graphik` has not been published to PyPI yet (see [RELEASING.md](RELEASING.md)
for the release process), so `pip install graphik` will not resolve until the
first release is tagged. Until then, install directly from this repository:
```bash
pip install git+https://github.com/Stephenson-Software/graphik.git
```
Once a release is published, it will be installable with:
```bash
pip install graphik
```
Expand Down
Loading