Skip to content

Commit

Permalink
Merge pull request #695 from liyier90/docs-install-typeguard-on-macos
Browse files Browse the repository at this point in the history
Docs: add typeguard to macOS install instructions
  • Loading branch information
liyier90 authored Aug 22, 2022
2 parents ed695c1 + 75658a4 commit 0a360f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/getting_started/03_custom_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 0a360f7

Please sign in to comment.