diff options
| author | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-24 11:44:54 +0000 |
|---|---|---|
| committer | Anderson Bravalheri <andersonbravalheri@gmail.com> | 2022-03-24 11:44:54 +0000 |
| commit | e18496d4a58c098f0513f24f52da561f4a93e27b (patch) | |
| tree | 889ae1cd11cc8745833a9f7c1003cd899fa9ff53 /docs | |
| parent | 5af72b9c332551756681be31d92a165f737ddf12 (diff) | |
| download | python-setuptools-git-e18496d4a58c098f0513f24f52da561f4a93e27b.tar.gz | |
Fix example of environment maker for dependencies in quickstart
Diffstat (limited to 'docs')
| -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 79b5d13e..b363b509 100644 --- a/docs/userguide/quickstart.rst +++ b/docs/userguide/quickstart.rst @@ -270,7 +270,7 @@ The example bellow show how to configure this kind of dependencies: Each dependency is represented a string that can optionally contain version requirements (e.g. one of the operators <, >, <=, >=, == or !=, followed by a version identifier), -and/or conditional environment markers, e.g. ``os_name = "windows"`` +and/or conditional environment markers, e.g. ``sys_platform == "win32"`` (see :doc:`PyPUG:specifications/version-specifiers` for more information). When your project is installed, all of the dependencies not already installed |
