mirror of
https://github.com/astral-sh/uv.git
synced 2025-08-04 10:58:28 +00:00
Add stubs for the project documentation (#5135)
@ibraheemdev is going to do some work on these, I just sketched out some parts to try to understand how things will fit together.
This commit is contained in:
parent
426736f7ed
commit
177bbaa8c0
4 changed files with 89 additions and 3 deletions
|
@ -1 +1,32 @@
|
|||
# Creating a project
|
||||
# Working on projects
|
||||
|
||||
## Creating a new project
|
||||
|
||||
```
|
||||
uv init
|
||||
```
|
||||
|
||||
### Working on an existing project
|
||||
|
||||
<!-- What makes a project compatible with uv commands? What are my alternatives? -->
|
||||
|
||||
|
||||
## Running commands
|
||||
|
||||
```
|
||||
uv run
|
||||
```
|
||||
|
||||
## Managing dependencies
|
||||
|
||||
```
|
||||
uv add
|
||||
```
|
||||
|
||||
```
|
||||
uv remove
|
||||
```
|
||||
|
||||
## Next steps
|
||||
|
||||
See the [projects concept](../projects.md) documentation for more details on projects.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue