From ef6d5bf46a32d489a8a8af4d93da923a8670d697 Mon Sep 17 00:00:00 2001 From: Valeriy Van Date: Sun, 24 Aug 2025 14:16:55 +0300 Subject: [PATCH] Fix typo in install.md --- docs/installation/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation/install.md b/docs/installation/install.md index 274b8a90f..9ad605839 100644 --- a/docs/installation/install.md +++ b/docs/installation/install.md @@ -37,7 +37,7 @@ The following should be executed in the root of the crazyflie-lib-python file tr #### Virtualenv This section contains a very short description of how to use [virtualenv (local python environment)](https://virtualenv.pypa.io/en/latest/) -with package dependencies. If you don't want to use virualenv and don't mind installing cflib dependencies system-wide +with package dependencies. If you don't want to use virtualenv and don't mind installing cflib dependencies system-wide you can skip this section. * Install virtualenv: `pip install virtualenv`