Skip to content

Commit 95c8e47

Browse files
committed
Update setup instructions
1 parent cb3a50f commit 95c8e47

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,16 @@ Install the following:
1414
- NodeJS
1515
- Go 1.6
1616
- Python 3
17-
- Numpy
1817

19-
Prepare the toolbench by running ``make``. This will download and build
20-
the driver implementations to prepare for benchmarks.
18+
Run
19+
20+
.. code-block:: sh
21+
22+
$ python3 -m venv pgbench-venv
23+
$ source pgbench-venv/bin/activate
24+
(pgbench-venv) $ pip install -r requirements.txt
25+
(pgbench-venv) $ make
26+
2127
2228
The benchmarks can then be ran with ``./pgbench``. Use
2329
``./pgbench --help`` for various options, including selective benchmark

0 commit comments

Comments
 (0)