Skip to content

Commit

Permalink
docs: Add git init to the usage instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
elyase authored Nov 11, 2024
1 parent ece7662 commit b1d57a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/work.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,14 @@ export PYTHON_VERSIONS="3.10 3.11 3.12"
By default it is set to active versions of Python
(non-EOL, in development).

## Initialize Git Repository

This project uses dynamic versioning based on Git tags. Initialize your project as a Git repository:

```
git init .
```

## Dependencies and virtual environments

Dependencies are managed by [uv](https://github.com/astral-sh/uv).
Expand Down

0 comments on commit b1d57a5

Please sign in to comment.