Skip to content

Commit 9147ada

Browse files
committed
Add comment about where the sources of the bits come from for NodeJS releases
1 parent 8b86879 commit 9147ada

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ Node.js PyPI distribution
55

66
The [nodejs-bin][pypi] Python package redistributes Node.js so that it can be used as a dependency of Python projects. With `nodejs-bin` you can call `nodejs`, `npm` and `npx` from both the [command line](#command-line-usage) and a [Python API](#python-api-usage).
77

8-
**Note: this is an unofficial Node.js distribution.**
8+
**Note: this is an unofficial Node.js distribution.** However, it _does_ use only official bits distributed by the official NodeJS maintainers from one of the following sources:
9+
10+
* NodeJS official releases: https://nodejs.org/en/download/releases/
11+
* NodeJS "unofficial" builds: https://github.com/nodejs/unofficial-builds/
912

1013
**This is intended for use within Python virtual environments and containers, it should probably not be used for global installation.**
1114

0 commit comments

Comments
 (0)