Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docfx/docs/ecosystems/python.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Python

A community-contributed Python package [`nbgv-python`](https://pypi.org/project/nbgv-python/) brings Nerdbank.GitVersioning to the Python ecosystem.

## Installation

```bash
pip install nbgv-python
```

See the [nbgv-python PyPI page](https://pypi.org/project/nbgv-python/) for usage instructions and documentation.
1 change: 1 addition & 0 deletions docfx/docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ See relevant documentation for any of these topics:

* [.NET](ecosystems/dotnet.md)
* [Node](ecosystems/node.md)
* [Python](ecosystems/python.md)
* [VSIX](ecosystems/vsix.md)

## Build
Expand Down
1 change: 1 addition & 0 deletions docfx/docs/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ items:
- href: ecosystems/node.md
items:
- href: npm-acquisition.md
- href: ecosystems/python.md
- href: ecosystems/vsix.md
- href: nbgv-cli.md
- href: path-filters.md
Expand Down
Loading