From ac39f9e6c3372826a9439805929be1f959bda736 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Tue, 4 Jan 2022 10:08:57 -0800 Subject: [PATCH] Minor fix to install.rst --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index e1e54ea..e2cafeb 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -37,7 +37,7 @@ Python package .. include:: download/pip.rst -Check the "tutor" package on Pypi: https://pypi.org/project/tutor. You will python >= 3.6 with pip and the libyaml development headers. On Ubuntu, these requirements can be installed by running:: +Check the "tutor" package on Pypi: https://pypi.org/project/tutor. You will need Python >= 3.6 with pip and the libyaml development headers. On Ubuntu, these requirements can be installed by running:: sudo apt install python3 python3-pip libyaml-dev