Unverified Commit 22e55e18 by Chris Jones Committed by GitHub

Add some simple docs for installing the Python bindings from source. (#975)

parent 4e88f582
...@@ -11,7 +11,14 @@ ...@@ -11,7 +11,14 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
"""Example of Python using C++ benchmark framework.""" """Example of Python using C++ benchmark framework.
To run this example, you must first install the `benchmark` Python package.
To install using `setup.py`, download and extract the `benchmark` source.
In the extracted directory, execute:
python setup.py install
"""
import benchmark import benchmark
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment