This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Tested only with python 2.7 but should work regardless | |
pip install numpy ipywidgets pandas matplotlib nose mock plotly | |
pip install sphinx doc2dash | |
ORIG_DIR=$PWD | |
cd /path/to/build/directory | |
git clone https://github.com/plotly/plotly.py plotly | |
VERSION=$(python -c "exec(open('plotly/version.py').read()); print(__version__)") |