removed useless lines

This commit is contained in:
Aditya-PS-05 2024-09-18 13:10:31 +05:30
parent 9559332a7b
commit 4c4ffc090b

View file

@ -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