-
Install npm packages
$ npm install
-
Create a virtual env and activate.
$ virtualenv venv $ . venv/bin/activate
Note: venv\Scripts\activate for windows
-
Install python packages required to build components.
$ pip install -r requirements.txt
-
Install the python packages for testing (optional)
$ pip install -r tests/requirements.txt
- Test your code in a Python environment:
- Build your code
$ npm run build
- Run and modify the
app.py
sample dash app:$ python app.py
- Build your code