From 9d26554d55fefdc15fa919c2e5dc049ea4c291e4 Mon Sep 17 00:00:00 2001 From: Alejandro Saucedo Date: Thu, 12 Nov 2020 20:27:55 +0000 Subject: [PATCH] Added extra documentation to python installation and dependencies --- docs/overview/python-package.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/overview/python-package.rst b/docs/overview/python-package.rst index 332bf344..82a0264b 100644 --- a/docs/overview/python-package.rst +++ b/docs/overview/python-package.rst @@ -53,7 +53,7 @@ More specifically, it can be through the following functions: * seq.record_ - Records operation in sequence (requires sequence to be in recording mode) Python Examples -========= +^^^^^^^^^^^^^^^^ Below we cover a broad set of examples. These use the ```pyshader``` dependency, which you can install with `pip install pyshader`.