Skip to content

Commit d4b06ac

Browse files
committed
Your turn updated for packaging chapter.
1 parent 040b232 commit d4b06ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

your-turn/11-python-packages/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Now let's install the package. Open a terminal / shell. Activate the virtual env
129129
.venv/scripts/activate
130130
```
131131

132-
Now run `pip install -e .` **from the same directory** as it is in as follows. The easiest way to do this is with Python's builtin terminal (make sure the env is activated). If you have used uv, then you'll need `uv pip install -e .` (yes, the dot is part of the command, it means the current working directory)
132+
Now run `pip install -e .` **from the same directory** as it is in as follows. The easiest way to do this is with PyCharm's builtin terminal (make sure the env is activated). If you have used uv, then you'll need `uv pip install -e .` (yes, the dot is part of the command, it means the current working directory)
133133

134134
Now, in the terminal, change out of that folder to somewhere else. Run Python and try to import and use it:
135135

0 commit comments

Comments
 (0)