Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pomponchik committed May 28, 2023
1 parent 698d02c commit 50a824c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Thanks to this package, it is very easy to manage the lifecycle of packages dire

- [**Quick start**](#quick-start)
- [**Script launch mode**](#script-launch-mode)
- [**Special comment language**](#special-comment-language)
- [**Context manager mode**](#context-manager-mode)
- [**Installing multiple packages**](#installing-multiple-packages)
- [**Options**](#options)
Expand Down Expand Up @@ -77,6 +78,11 @@ print(f('some string'))
You can also specify only the version or only the package name in the comment, they do not have to be specified together.


### Special comment language




## Context manager mode

The context manager `installed` generates a context. While you are inside the context manager, you can import modules using the usual `import` command:
Expand Down

0 comments on commit 50a824c

Please sign in to comment.