From 3e9a335a882a5da301cd73f347742470e681bef6 Mon Sep 17 00:00:00 2001 From: Leah Wasser Date: Thu, 28 Dec 2023 15:57:29 -0700 Subject: [PATCH] Update tutorials/1-installable-code.md Co-authored-by: Jeremy Paige --- tutorials/1-installable-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/1-installable-code.md b/tutorials/1-installable-code.md index fcebffd4..c9ffba01 100644 --- a/tutorials/1-installable-code.md +++ b/tutorials/1-installable-code.md @@ -402,7 +402,7 @@ Once you have installed your package, you can view it in your current environment. If you are using `venv` or `conda`, `pip` list will allow you to see your current package installations. -Note that because pyospackage is installed in editable mode (`-e`) pip will show you the past to where you package installation's code +Note that because pyospackage is installed in editable mode (`-e`) pip will show you the directory path to your project's code is. ```bash