We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a66f99e commit 92033c7Copy full SHA for 92033c7
docs/cli.md
@@ -348,7 +348,13 @@ poetry add git+ssh://github.com/sdispater/pendulum.git#develop
348
poetry add git+ssh://github.com/sdispater/pendulum.git#2.0.5
349
```
350
351
-or make them point to a local directory or file:
+or reference a subdirectory:
352
+
353
+```bash
354
+poetry add git+https://github.com/myorg/mypackage_with_subdirs.git@main#subdirectory=subdir
355
+```
356
357
+You can also add a local directory or file:
358
359
```bash
360
poetry add ./my-package/
0 commit comments