Skip to content

Commit 204f7fd

Browse files
authored
Add missed prereq python library (Azure#27660)
I bumped into this issue when I was running `rush update` on a clean-slate Windows.
1 parent ef46434 commit 204f7fd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

+2
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ If you prefer to setup your own environment instead, make sure you have these pr
8686

8787
**On Linux, development headers for `libsecret` are also required.** Typically, these are available in a package called `libsecret-1-dev` (Debian/Ubuntu) or `libsecret-devel` (Fedora/Red Hat).
8888

89+
**[setuptools](https://pypi.org/project/setuptools/) is also a required Python library**. It can be installed using `pip install setuptools`.
90+
8991
- Rush 5.x
9092
- Install / update Rush globally via `npm install -g @microsoft/rush`.
9193
- Rush will automatically manage the specific version needed by this repo as long as you have any v5 version installed.

0 commit comments

Comments
 (0)