Closed gdinh closed 2 years ago
CoSA is now packagable. In order to build, install poetry, cd into the CoSA directory, and run poetry build; this will generate a whl file in dist/ that can be installed in one command:
poetry build
whl
dist/
pip install dist/cosa_scheduler-0.1.0-py3-none-any.whl
CoSA is now packagable. In order to build, install poetry, cd into the CoSA directory, and run
poetry build
; this will generate awhl
file indist/
that can be installed in one command: