Skip to content

Commit ab2a338

Browse files
authored
docs(readme): Note that tags are necessary for install (#1858)
1 parent 1e9b868 commit ab2a338

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,15 @@ You can create and run your first application with `shiny create`, the CLI will
4747
* https://posit-dev.github.io/py-shiny/docs/api/express/
4848
* https://posit-dev.github.io/py-shiny/docs/api/core/
4949

50-
If you want to do development on Shiny for Python:
50+
If you are working from a fork you may not have the git tags from the original repo.
51+
Git tags are required for the install to succeed. To add tags to your own fork:
52+
53+
```sh
54+
git remote add upstream https://github.com/posit-dev/py-shiny.git
55+
git fetch --tags upstream
56+
```
57+
58+
Then install:
5159

5260
```sh
5361
pip install -e ".[dev,test]"

0 commit comments

Comments
 (0)