Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ncguilbeault committed Jul 5, 2024
1 parent 5fea551 commit 61a5e3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 61a5e3c

Please sign in to comment.