From c3e3fafae08cf32d457fb3089607e201afc73d25 Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Tue, 20 Sep 2022 15:01:22 +0100 Subject: [PATCH] remove repeat newline in docs (#4544) --- docs/install.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index 5ed894a..dcf2a46 100644 --- a/docs/install.md +++ b/docs/install.md @@ -21,7 +21,6 @@ conda install pydantic -c conda-forge By default `pip install` provides optimized binaries via [PyPI](https://pypi.org/project/pydantic/#files) for Linux, MacOS and 64bit Windows. - If you're installing manually, install `cython` before installing *pydantic* and compilation should happen automatically. To test if *pydantic* is compiled run: