Detailed Docs Here: https://sfdc-wave-data-generator.herokuapp.com/static/index.html
- Python version 3.6 installed locally. See the installation guides for OS X, Windows, and Linux.
- Setuptools and Pip installed locally. See the Python install guides above for installation instructions.
On OS X, you can verify your system by running
python3 --version; pip3 --version
.
While not required, it is recommended you have virtualenv
installed locally to avoid package conflicts. Accomplish this by running
pip install virtualenv
or pip3 install virtualenv
on OS X.
Install all dependencies by running:
pip3 install -r requirements.txt