pip3

420.911.69 • Public • Published

You can use this to install pip3 and run pip3 commands.

Example:

const pip3 = require('pip3');

pip3.install().then(success => {
    if (success) {
        console.log('pip3 has been succesfully installed!')
        pip3.exec('--version');
    } else {
        console.log('Installation of pip3 failed.')
    }
});

Readme

Keywords

none

Package Sidebar

Install

npm i pip3

Weekly Downloads

2,130

Version

420.911.69

License

ISC

Unpacked Size

1.56 kB

Total Files

4

Last publish

Collaborators

  • link-dev