Skip to content

Commit

Permalink
Add missed prereq python library (Azure#27660)
Browse files Browse the repository at this point in the history
I bumped into this issue when I was running `rush update` on a
clean-slate Windows.
  • Loading branch information
deyaaeldeen authored Nov 6, 2023
1 parent ef46434 commit 204f7fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ If you prefer to setup your own environment instead, make sure you have these pr

**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).

**[setuptools](https://pypi.org/project/setuptools/) is also a required Python library**. It can be installed using `pip install setuptools`.

- Rush 5.x
- Install / update Rush globally via `npm install -g @microsoft/rush`.
- Rush will automatically manage the specific version needed by this repo as long as you have any v5 version installed.
Expand Down

0 comments on commit 204f7fd

Please sign in to comment.