Skip to content

Commit

Permalink
Update docs/lang/articles/contribution/dev_install.md
Browse files Browse the repository at this point in the history
Co-authored-by: Yi Xu <xy_xuyi@foxmail.com>
  • Loading branch information
sjwsl and strongoier authored Oct 27, 2021
1 parent f65dcc7 commit 219979b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/lang/articles/contribution/dev_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ shipped with .NET).
`setup.py install` command (recommended for users) except
that it doesn't actually install anything, but only adds a symbolic link in the deployment directory that links to the source code. It fits developers' needs better since edits
on python files take effect immediately without rebuilding. You only need to rerun `develop`
commands when you modify a projects C extensions or similarly compiled files. In comparison `install` deep copies the source code so you need to rerun it after any modification.
commands when you modify a project's C extensions or similarly compiled files. In comparison `install` deep copies the source code so you need to rerun it after any modification.
See [development mode](https://setuptools.pypa.io/en/stable/userguide/development_mode.html) for more details.
:::

Expand Down

0 comments on commit 219979b

Please sign in to comment.