diff --git a/docs/articles/LinearDynamicalSystems/lds-installation-guide-linux.md b/docs/articles/LinearDynamicalSystems/lds-installation-guide-linux.md index 8792e386..5e3d1726 100644 --- a/docs/articles/LinearDynamicalSystems/lds-installation-guide-linux.md +++ b/docs/articles/LinearDynamicalSystems/lds-installation-guide-linux.md @@ -62,7 +62,7 @@ source .venv/bin/activate pip install lds_python@git+https://github.com/joacorapela/lds_python@f761c201f3df883503ecb67acef35ba846e3524c ``` -If you encounter errors during installation of the lds_python package, you will have to diagnose the issue and install the correct packge dependencies manually. +If you encounter errors during installation of the lds_python package, you will have to diagnose the issue and install the correct package dependencies manually. 3. Check that the lds_python package has been installed correctly. Launch a python IDE: diff --git a/docs/articles/LinearDynamicalSystems/lds-installation-guide-windows.md b/docs/articles/LinearDynamicalSystems/lds-installation-guide-windows.md index fdfad1d7..8326a985 100644 --- a/docs/articles/LinearDynamicalSystems/lds-installation-guide-windows.md +++ b/docs/articles/LinearDynamicalSystems/lds-installation-guide-windows.md @@ -68,7 +68,7 @@ Alternatively, you can use the `Setup.cmd` file to setup the bonsai environment pip install lds_python@git+https://github.com/joacorapela/lds_python@f761c201f3df883503ecb67acef35ba846e3524c ``` -If you encounter errors during installation of the lds_python package, you will have to diagnose the issue and install the correct packge dependencies manually. +If you encounter errors during installation of the lds_python package, you will have to diagnose the issue and install the correct package dependencies manually. 3. Check that the lds_python package has been installed correctly. Launch a python IDE: