add package tag python requirement code example
Example 1: pip install from requirements.txt
$ pip install -r requirements.txt
Example 2: bdist_wheel python
pip install wheel
$ pip install -r requirements.txt
pip install wheel