Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

PyPI Release #31

Open
jkterry1 opened this issue Mar 8, 2020 · 2 comments
Open

PyPI Release #31

jkterry1 opened this issue Mar 8, 2020 · 2 comments

Comments

@jkterry1
Copy link

jkterry1 commented Mar 8, 2020

Could this be released on PyPI so other libraries can depend on it more easily?

@carlbalmer
Copy link
Contributor

as long as it is not released on PyPI, pip can install it directly form github if you specify the repo like this:

git+https://github.com/deepmind/hanabi-learning-environment.git

for conda .yaml files you have to add a pip section:

dependencies:
- pip:
  - git+https://github.com/deepmind/hanabi-learning-environment.git

It should also be able to install form specific branches and releases but i have not tried it.

@jkterry1
Copy link
Author

We ended up doing it ourselves:
https://github.com/PettingZoo-Team/hanabi-learning-environment

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants