Skip to content

Commit

Permalink
Update recorder-viz doc
Browse files Browse the repository at this point in the history
Signed-off-by: Chen Wang <[email protected]>
  • Loading branch information
wangvsa committed Jun 14, 2024
1 parent dcf1f93 commit 272000f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion docs/source/postprocessing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,15 @@ Post-processing and Visualization
We developed a Python library,
`recorder-viz <https://github.com/wangvsa/recorder-viz>`__, for
post-processing and visualizations.
Simply install it using `pip`:


recorder-viz can be installed by using `pip`.
It relies on a few python libraries for visualization. Please install them first.
Dependencies: pandas, bokeh and prettytable.

.. code:: bash
pip install numpy pandas prettytable
pip install recorder-viz --user
This will install recorder-viz locally. You may need to include
Expand Down

0 comments on commit 272000f

Please sign in to comment.