IshmaelBelghazi / ALI

Adversarially Learned Inference
MIT License
311 stars 80 forks source link

Error while installing ali #1

Closed xcyan closed 8 years ago

xcyan commented 8 years ago

$ pip install -e ali $ Directory 'ali' is not installable. File 'setup.py' not found.

Any ideas of the reason? Thanks!

vdumoulin commented 8 years ago

I think there's a typo in the instruction. Could you try

pip install -e ALI

and tell me if it works?

xcyan commented 8 years ago

that works, thanks!

IshmaelBelghazi commented 8 years ago

Thanks guys. Closing the issue.