aim icon indicating copy to clipboard operation
aim copied to clipboard

Include UI build in setup.py build command

Open alberttorosyan opened this issue 4 years ago • 0 comments

Proposed refactoring or deprecation

Add the following steps to python setup.py build command:

npm i
npm run build

Motivation

Currently when running aim from source installation it requires to run UI build manually, which often is forgotten.

Pitch

Need to make sure aim package (both UI and backend/SDK) can be build/installed with a single command. pip install -e . from aim source directory should produce desired result.

alberttorosyan avatar Dec 08 '21 18:12 alberttorosyan