From 75658a4ed87ece30053a7afdd0807dcae15f0868 Mon Sep 17 00:00:00 2001 From: yier <56420072+liyier90@users.noreply.github.com> Date: Mon, 22 Aug 2022 14:16:59 +0800 Subject: [PATCH] docs: add typeguard to macOS install instructions --- docs/source/getting_started/03_custom_install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/03_custom_install.rst b/docs/source/getting_started/03_custom_install.rst index 46e9013f4..7435c2e47 100644 --- a/docs/source/getting_started/03_custom_install.rst +++ b/docs/source/getting_started/03_custom_install.rst @@ -61,7 +61,7 @@ macOS Monterey. | \ :blue:`[~user]` \ > \ :green:`conda create -n pkd python=3.8` \ | \ :blue:`[~user]` \ > \ :green:`conda activate pkd` \ - | \ :blue:`[~user]` \ > \ :green:`conda install click colorama opencv openblas pyyaml requests scipy shapely tqdm` \ + | \ :blue:`[~user]` \ > \ :green:`conda install click colorama opencv openblas pyyaml requests scipy shapely tqdm typeguard` \ 3. Install Apple's Tensorflow build that is optimized for Apple Silicon Macs: