We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b531b05 commit 478613bCopy full SHA for 478613b
content/packaging.md
@@ -102,7 +102,7 @@ There are unfortunately many ways to package a Python project:
102
If a local install worked, push the `pyproject.toml` to GitHub and try to install the package from GitHub.
103
104
In a `requirements.txt` file, you can specify the GitHub repository and the branch:
105
-```txt
+```
106
git+https://github.com/workshop-material/countstars.git@main
107
```
108
0 commit comments