File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ The repackaged artifacts are published as the [node-js PyPI package][pypi].
9
9
[ nodejsdl ] : https://nodejs.org/en/download/
10
10
[ wheel ] : https://github.com/pypa/wheel
11
11
[ pkgreadme ] : README.pypi.md
12
- [ pypi ] : https://pypi.org/project/node-js /
12
+ [ pypi ] : https://pypi.org/project/nodejs-bin /
13
13
14
14
This tool is based on the work of the creators of the [ Zig language] [ ziglang ] , see [ the original] [ basedon ] . Thank you!
15
15
Original file line number Diff line number Diff line change @@ -5,29 +5,29 @@ Node.js PyPI distribution
5
5
6
6
** Note: this is an unofficial Node.js distribution.**
7
7
8
- The [ node-js ] [ pypi ] Python package redistributes Node.js so that it can be used as a dependency of Python projects.
8
+ The [ nodejs-bin ] [ pypi ] Python package redistributes Node.js so that it can be used as a dependency of Python projects.
9
9
10
10
** This is intended for use within Python virtual environments and containers, it should probably not be used for global instillation.**
11
11
12
12
This PyPI distribution is provided by < https://github.com/samwillis/nodejs-pypi > .
13
13
14
14
[ nodejs ] : https://nodejs.org/
15
- [ pypi ] : https://pypi.org/project/node-js /
15
+ [ pypi ] : https://pypi.org/project/nodejs-bin /
16
16
17
17
Usage
18
18
-----
19
19
20
20
To install:
21
21
22
22
``` shell
23
- pip install node-js
23
+ pip install nodejs-bin
24
24
```
25
25
26
26
To run Node.js from the command line, use:
27
27
28
28
``` shell
29
29
python -m nodejs
30
- # or
30
+ # or (see below)
31
31
node
32
32
```
33
33
Original file line number Diff line number Diff line change @@ -146,7 +146,7 @@ def main():
146
146
description = f .read ()
147
147
148
148
return write_wheel (out_dir ,
149
- name = 'node-js ' ,
149
+ name = 'nodejs-bin ' ,
150
150
version = version ,
151
151
tag = f'py3-none-{ platform } ' ,
152
152
metadata = {
You can’t perform that action at this time.
0 commit comments