Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 755 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 755 Bytes

PyKEEN Playtime

Extras for PyKEEN and one-off experiments.

⬇️ Installation

This repository contains packaged Python code, but it is not meant to be distributed by PyPI. Instead, to install in development mode, use the following:

$ git clone git+https://github.com/cthoyt/pykeen-playtime.git
$ cd pykeen-playtime
$ pip install -e .

⚖️ License

The code in this package is licensed under the MIT License.

🍪 Cookiecutter Acknowledgement

This package was created with @audreyr's cookiecutter package using @cthoyt's cookiecutter-python-package template.