arichr/gophient

View on GitHub
docs/1_-_Installation.md

Summary

Maintainability
Test Coverage
You can use Poetry to install Gophient into your current environment:

```console
$ poetry add gophient
```

Alternatively, you can still use Pip:

```console
$ pip install gophient
```

## Unstable versions

Python wheels are built on every successful commit on `main` or `dev`. You can find artifacts [here](https://github.com/arichr/gophient/actions/workflows/python.yml?query=is%3Asuccess+event%3Apush).