diff options
| author | Mozi <29089388+pzhlkj6612@users.noreply.github.com> | 2021-09-12 15:03:16 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-12 15:03:16 +0800 |
| commit | 95cacfa6c55fc1c8944b7e9b4086c09088ea4b88 (patch) | |
| tree | 108bf195dde4aa3e8ffda9faea63df95dfa6f816 /docs/userguide/quickstart.rst | |
| parent | fdb818def5e262eee8edc4cc7ba1b79461096bfc (diff) | |
| download | python-setuptools-git-95cacfa6c55fc1c8944b7e9b4086c09088ea4b88.tar.gz | |
docs(quickstart): add link to "Development Mode"
Diffstat (limited to 'docs/userguide/quickstart.rst')
| -rw-r--r-- | docs/userguide/quickstart.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/userguide/quickstart.rst b/docs/userguide/quickstart.rst index 1bd04ded..bcb282ed 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -201,7 +201,7 @@ Then:: pip install --editable . This creates a link file in your interpreter site package directory which -associate with your source code. For more information, see: (WIP) +associate with your source code. For more information, see :doc:`development_mode`. Uploading your package to PyPI |
