From 242ba3c6ed6f7811e2312c9b1ef9328957032dd3 Mon Sep 17 00:00:00 2001 From: aryamanpuri Date: Thu, 19 Mar 2020 00:51:40 +0530 Subject: [PATCH] readme: minor typo fix Closes #882 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5a5f801f35..98215bfaff 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ Installing Panda3D The latest Panda3D SDK can be downloaded from [this page](https://www.panda3d.org/download/sdk-1-10-5/). If you are familiar with installing Python packages, you can use -the following comand: +the following command: ```bash pip install panda3d @@ -117,7 +117,7 @@ sudo apt-get install build-essential pkg-config fakeroot python-dev libpng-dev l ``` Once Panda3D has built, you can either install the .deb or .rpm package that -it produced, depending on which Linux distribution you are using. For example, +is produced, depending on which Linux distribution you are using. For example, to install the package on Debian or Ubuntu, use this: ```bash @@ -213,7 +213,7 @@ Running Tests Install [PyTest](https://docs.pytest.org/en/latest/getting-started.html#installation) and run the `pytest` command. If you have not installed Panda3D, you will -need to configure your enviroment by pointing the `PYTHONPATH` variable at +need to configure your environment by pointing the `PYTHONPATH` variable at the `built` directory. On Linux, you will also need to point the `LD_LIBRARY_PATH` variable at the `built/lib` directory.