Skip to content

Latest commit

 

History

History
25 lines (24 loc) · 549 Bytes

INSTALL.md

File metadata and controls

25 lines (24 loc) · 549 Bytes

Install from source

BigGAN uses Poetry as a build manager. Please refer to their documentation for detailed descriptions of these commands.

Get Poetry

curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python

Clone the repo and enter it

git clone https://github.com/jkyl/biggan.git && cd biggan

Build BigGAN

poetry build

Install BigGAN

poetry install

Run tests

poetry run pytest