Skip to content

Commit 22c9cd9

Browse files
authored
Fix PyOutline package name typo in installation docs (#2071)
**Link the Issue(s) this Pull Request is related to.** Fixes #2065 **Summarize your change.** This PR fixes a typo in the PyOutline installation documentation where the package name was misspelled as `opencue-pyotline` instead of `opencue-pyoutline`. **Changes made:** - Changed `opencue-pyotline` to `opencue-pyoutline` in `/docs/_docs/getting-started/installing-pycue-and-pyoutline.md` **Why this change is needed:** The current documentation shows an incorrect command that results in a package not found error when users try to install PyOutline. This prevents users from successfully setting up OpenCue components. **Testing performed:** - Verified that `pip install opencue-pyoutline` works correctly - Confirmed that `pip install opencue-pyotline` produces the expected package not found error - The change is a straightforward documentation correction with no functional code changes
1 parent 016ea06 commit 22c9cd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/getting-started/installing-pycue-and-pyoutline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ pip install opencue-pycue
6868
Then follow the same steps to install PyOutline:
6969

7070
```shell
71-
pip install opencue-pyotline
71+
pip install opencue-pyoutline
7272
```
7373

7474
### Option 2: Installing from source

0 commit comments

Comments
 (0)