We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f6e0f1 commit 92ead62Copy full SHA for 92ead62
docs/concepts/projects/init.md
@@ -9,8 +9,10 @@ flag can be used to create a project for a library instead.
9
## Target directory
10
11
uv will create a project in the working directory, or, in a target directory by providing a name,
12
-e.g., `uv init foo`. If there's already a project in the target directory, i.e., if there's a
13
-`pyproject.toml`, uv will exit with an error.
+e.g., `uv init foo`. The working directory can be modified with the `--directory` option, which will
+cause the target directory path will be interpreted relative to the specified working directory. If
14
+there's already a project in the target directory, i.e., if there's a `pyproject.toml`, uv will exit
15
+with an error.
16
17
## Applications
18
0 commit comments