mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 19:08:04 +00:00
removed useless lines
This commit is contained in:
parent
9559332a7b
commit
4c4ffc090b
1 changed files with 2 additions and 6 deletions
|
@ -11,10 +11,6 @@ environments.
|
|||
isolate packages required by each script. uv automatically manages virtual environments for you
|
||||
and prefers a [declarative](#declaring-script-dependencies) approach to dependencies.
|
||||
|
||||
<!-- ## Running a script
|
||||
|
||||
To start an interactive Python session where you can run commands and explore your environment, use `uv run python`: -->
|
||||
|
||||
## Running a REPL
|
||||
|
||||
To start an interactive Python session where you can run commands and explore your environment, use:
|
||||
|
@ -29,8 +25,8 @@ Type "help", "copyright", "credits" or "license" for more information.
|
|||
Hello World
|
||||
```
|
||||
|
||||
This will open a Python script where you can execute individual Python commands and experiment
|
||||
interactively with the environment.
|
||||
This will open a Python session in interactive mode, where you can execute individual Python
|
||||
commands and experiment with the environment.
|
||||
|
||||
## Running a script without dependencies
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue